aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Skultety <eskultet@redhat.com>2023-03-24 18:59:21 +0100
committerDaniel P. Berrangé <berrange@redhat.com>2023-04-28 10:05:23 +0000
commit9e93863536692fcefda043071cb7bec3c5ec2611 (patch)
treeeb9ccdc9e02e0cea879344df8dfce8c4a04e9fd1
parent63abba21a0ef141c9cd5fe0e1bb0104d4711d0ad (diff)
downloadlibvirt-ci-9e93863536692fcefda043071cb7bec3c5ec2611.zip
libvirt-ci-9e93863536692fcefda043071cb7bec3c5ec2611.tar.gz
libvirt-ci-9e93863536692fcefda043071cb7bec3c5ec2611.tar.bz2
requirements: Add tox to dev-requirements.txt and drop pytest and flake
Tox is responsible for preparing the virtual test environments along with installing pytest and flake8 in them, so we should only track the test dependencies inside tox's config file. Signed-off-by: Erik Skultety <eskultet@redhat.com>
-rw-r--r--dev-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index b816c69..9dbd405 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -5,3 +5,4 @@ ansible-runner
flake8
pytest
+tox