summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorIury Gregory Melo Ferreira <iurygregory@gmail.com>2020-12-08 21:20:20 +0100
committerJulia Kreger <juliaashleykreger@gmail.com>2020-12-11 13:34:24 -0800
commit98732623b2e9f9479b3a0d6ed544a458803b7b72 (patch)
tree1685b38ba6cb3caad63ba680ece67f9c3d36fd91 /test-requirements.txt
parente425b6d663f929ddc3ecc9e6c26240f58be931a0 (diff)
downloadironic-98732623b2e9f9479b3a0d6ed544a458803b7b72.tar.gz
Fix lower-constraints with the new pip resolver
* move pep8 dependencies from test-requirements to tox.ini, they're not needed there and are hard to constraint properly. * add oslo.cache to l-c to avoid bump of dependencies Change-Id: Ia5330f3d5778ee62811da081c28a16965e512b55
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt9
1 files changed, 2 insertions, 7 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 90f58677e..72cd8e6b9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,10 +1,9 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-hacking>=3.1.0,<4.0.0 # Apache-2.0
+
coverage!=4.4,>=4.0 # Apache-2.0
ddt>=1.0.1 # MIT
-doc8>=0.6.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
PyMySQL>=0.8.0 # MIT License
iso8601>=0.1.11 # MIT
@@ -14,9 +13,5 @@ stestr>=1.0.0 # Apache-2.0
psycopg2>=2.8.5 # LGPL/ZPL
testtools>=2.2.0 # MIT
WebTest>=2.0.27 # MIT
-bashate>=0.5.1 # Apache-2.0
-pycodestyle>=2.0.0,<2.7.0 # MIT
pysnmp>=4.4.12
-flake8-import-order>=0.17.1 # LGPLv3
-Pygments>=2.2.0 # BSD
-bandit!=1.6.0,>=1.1.0,<2.0.0 # Apache-2.0
+bandit!=1.6.0,>=1.1.0,<2.0.0 # Apache-2.0 \ No newline at end of file