diff --git a/.zuul.yaml b/.zuul.yaml index 114e63da..1d77daaf 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,6 +1,5 @@ - project: templates: - - check-requirements - lib-forward-testing - lib-forward-testing-python3 - openstack-cover-jobs diff --git a/test-requirements.txt b/test-requirements.txt index 77d9ee31..cdec5fd7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,4 +9,5 @@ coverage>=3.6 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD pifpaf>=0.10.0 # Apache-2.0 os-testr>=0.8.0 # Apache-2.0 -stestr>=2.0.0 +stestr>=2.0.0,<3.0.0;python_version<'3.0' +stestr>=2.0.0;python_version>='3.0'