
In change I3f4216f66606fbc450a46c93de306399b7f3cd65 [1], tempest updated their use of hacking for Python 3. Among other things, this removed tempest.hacking.checks.factory, which we consumed. Update our use of hacking to keep pace, and un-break the gate. [1] I3f4216f66606fbc450a46c93de306399b7f3cd65 Change-Id: Ia4e0b3cca8cb984900b49804b964d03ea6466191
8 lines
321 B
Plaintext
8 lines
321 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>=3.0,<3.1.0;python_version>='3.5' # Apache-2.0
|
|
mock
|
|
oslotest
|
|
stestr<=2.6.0;python_version=='2.7' # MIT
|