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
This commit is contained in:
Riccardo Pittau 2019-03-20 10:33:03 +01:00
parent df996b9a7e
commit 56096250d6
1 changed files with 1 additions and 0 deletions

View File

@ -3,5 +3,6 @@
# 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