glean/test-requirements.txt
Dmitry Tantsur 4557d573bd Update hacking and fix pep8 violations
Using version 2.0.0 which was the last to support Python 2.

Change-Id: Ie7028516f41445791125b2f670a309c40150058b
2021-04-28 08:17:52 +10:00

17 lines
497 B
Plaintext

# 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>=2.0.0,<3.0.0
coverage>=3.6
mock>=1.0;python_version=='2.7'
python-subunit
sphinx!=1.6.6,!=1.6.7,<2.0.0;python_version=='2.7'
sphinx!=1.6.6,!=1.6.7,!=2.1.0;python_version>='3.4'
openstackdocstheme
oslotest>=1.1.0.0a1
testrepository>=0.0.18
testscenarios>=0.4
testtools>=0.9.34