summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorAntoine Musso <hashar@free.fr>2020-01-21 16:01:50 +0100
committerAntoine Musso <hashar@free.fr>2020-01-21 16:05:18 +0100
commit73110b490998042c83475911d524468ce0186e93 (patch)
tree8e544021633a02c3b2668699dacd6c40a699af88 /test-requirements.txt
parentb96b81000d2625f6db4b080b6c704e4dae1e350f (diff)
downloadzuul-73110b490998042c83475911d524468ce0186e93.tar.gz
tox: reduce deps used for pep8 env
Linters are only used by the 'pep8' virtual environment, we do not need them in other test environment. Also 'pep8' only requires the three linters it used and the other modules are not needed. Move the pep8 dependencies to the pep8 testenv. Change-Id: I3a8436cbff9e2386cf0e0f5b0d1742283e647b56
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 642ba6df2..f2ff59c4c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,11 +1,7 @@
-flake8
-openapi-spec-validator
-
coverage>=3.6
fixtures>=0.3.14
stestr>=1.0.0 # Apache-2.0
testtools>=0.9.32
PyMySQL
psycopg2-binary
-mypy<0.650
beautifulsoup4