[lxc-devel] [pylxd/master] Remove duplicated pytest

d0ugal on Github lxc-bot at linuxcontainers.org
Mon Dec 7 15:40:21 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 302 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20201207/260f85d7/attachment.bin>
-------------- next part --------------
From a29a63100470657519df841bc487bb07d1e18b28 Mon Sep 17 00:00:00 2001
From: Dougal Matthews <dougal at dougalmatthews.com>
Date: Mon, 7 Dec 2020 15:39:56 +0000
Subject: [PATCH] Remove duplicated pytest

---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 3778d7b7..f7c5488c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,7 +14,7 @@ deps =
 commands = pytest --cov=pylxd pylxd
 
 [testenv:integration]
-commands = pytest pytest integration
+commands = pytest integration
 
 [testenv:migration]
 commands = pytest migration


More information about the lxc-devel mailing list