878b20898d
This has bit-rotted as libraries have updated to Python 3 only. Switch to hacking; some minor changes to regex-strings is all that is required. Drop py27 markers and move to Python 3 only. Update requirements. Depends-On: https://review.opendev.org/737666 Change-Id: Iabf201965129b3284166e1aedcb9f1c9d6109077
17 lines
469 B
Plaintext
17 lines
469 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.
|
|
|
|
flake8
|
|
|
|
coverage>=3.6
|
|
python-subunit>=0.0.18
|
|
requests-mock>=0.6.0
|
|
sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD
|
|
mock>=1.2
|
|
openstackdocstheme>=1.11.0 # Apache-2.0
|
|
oslotest>=1.2.0 # Apache-2.0
|
|
testrepository>=0.0.18
|
|
testscenarios>=0.4
|
|
testtools>=0.9.36,!=1.2.0
|