gerrit-dash-creator/test-requirements.txt
Ihar Hrachyshka f4224f5ad1 Install newer hacking package for pep8
The target was failing with:

AttributeError: 'EntryPoints' object has no attribute 'get'

due to flake8 version incompatibility with the old hacking.

Change-Id: Id5b4004057bbc6095e059b381cc36445766dda7f
2024-02-16 17:21:57 -05:00

14 lines
356 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>=6.1.0,<6.2.0
coverage>=3.6
doc8
fixtures>=1.3.1
python-subunit
sphinx>=1.6.2
testrepository>=0.0.18
testscenarios>=0.4
testtools>=1.4.0