2
0
mirror of https://opendev.org/x/pyghmi synced 2025-02-06 22:13:09 +00:00
pyghmi/test-requirements.txt
Riccardo Pittau b76d3b3cd2 Bump hacking to 3.0.0
The new version enables a lot of standard flake8 checks, so a few
fixes are required. W503 is disabled as it conflicts with W504
and the latter seems to be preferred nowadays.

Change-Id: I0d2fa8c88f081d553ebefb5f764397b2761dc2b5
2020-03-30 16:33:49 +02:00

15 lines
349 B
Plaintext

hacking>=3.0.0,<3.1.0 # Apache-2.0
coverage>=4.0
fixtures>=3.0.0
python-subunit>=1.0.0
sphinx>=1.6.5,<2.0.0;python_version=='2.7' # BSD
sphinx>=1.6.5;python_version>='3.4' # BSD
openstackdocstheme>=1.18.1 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
testscenarios>=0.4
testtools>=2.2.0
oslotest>=3.2.0 # Apache-2.0
flake8-import-order>=0.13 # LGPLv3