ironic-specs/test-requirements.txt
Riccardo Pittau 56096250d6 Fixing linters test
The stestr version 2.3.1 introduces a function that breaks lint
tests when called by os-testr.
Excluding that version from test-requirements as workaround.
The bug is fixed on master so hopefully the fix will be included
in version stestr 2.3.2.

Change-Id: Ie06ab3e35915601d3af3888f13d72737d4ae81c9
2019-03-20 10:35:41 +01:00

9 lines
303 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.
doc8 # Apache-2.0
stestr!=2.3.1 # Apache-2.0
os-testr>=1.0.0 # Apache-2.0
testtools>=0.9.34