summaryrefslogtreecommitdiff
path: root/tools/playbooks/s3api-tests/run.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/playbooks/s3api-tests/run.yaml')
-rw-r--r--tools/playbooks/s3api-tests/run.yaml8
1 files changed, 7 insertions, 1 deletions
diff --git a/tools/playbooks/s3api-tests/run.yaml b/tools/playbooks/s3api-tests/run.yaml
index d73c2d840..ea1fbf72c 100644
--- a/tools/playbooks/s3api-tests/run.yaml
+++ b/tools/playbooks/s3api-tests/run.yaml
@@ -14,7 +14,13 @@
# limitations under the License.
- hosts: all
roles:
- - ensure-tox
+ # NOTE(gmann): Pinning tox<4.0.0 for stable/zed and lower. Tox 4.0.0
+ # released after zed was released and has some incompatible changes
+ # and it is ok not to fix the issues caused by tox 4.0.0 in stable
+ # beanches jobs. We can continue testing the stable/zed and lower
+ # branches with tox<4.0.0
+ - role: ensure-tox
+ ensure_tox_version: "<4"
tasks:
- name: Run s3api tests
include_role: