summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2020-04-07 22:44:50 -0700
committerTim Burke <tburke@nvidia.com>2020-04-13 17:13:02 +0000
commit18f2c3104a56c782ce8d973e3431b43d6c86fdd6 (patch)
treea7b0a900f2417c577dd7f3053369dbc0c5116908
parent259b98f69dd0b9929ee9e04ccb37183d2666d227 (diff)
downloadpython-swiftclient-18f2c3104a56c782ce8d973e3431b43d6c86fdd6.tar.gz
Blacklist stestr 3.0.0
It claims py2 support, but that's a lie. Also, switch our tempest job to the py3 variant, now that glance (at least) is py3-only and tempest-full is broken. Change-Id: Ic30fe82ff72fe4d138ec4823d36f2a1cc56f1ac7 (cherry picked from commit 02e8f4f228c006927fe87f8a350c281b9cfccd98)
-rw-r--r--.zuul.yaml2
-rw-r--r--test-requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index edf0d28..f0bd82c 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -35,7 +35,7 @@
- project:
templates:
- check-requirements
- - lib-forward-testing
+ - lib-forward-testing-python3
- openstack-lower-constraints-jobs
- openstack-pypy-jobs-nonvoting
- openstack-python-jobs
diff --git a/test-requirements.txt b/test-requirements.txt
index 1373253..5dba1a6 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,5 +3,5 @@ hacking>=1.1.0,<1.2.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
keystoneauth1>=3.4.0 # Apache-2.0
mock>=1.2.0 # BSD
-stestr>=2.0.0 # Apache-2.0
+stestr>=2.0.0,!=3.0.0 # Apache-2.0
openstacksdk>=0.11.0 # Apache-2.0