From 0ebced6747dedd469bcc95e28680ecd808496170 Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Thu, 28 Nov 2024 19:59:37 -0600 Subject: [PATCH] copy webtest pin from lockfiles/st2.lock This fixes CircleCI. webtest bumped their dep on waitress to a version that is not available to all of our interpreters. https://github.com/Pylons/webtest/commit/090c5b27863b502b91e038ddf2a5649cd5bde2d8 The lockfile has a version locked version that does not have this issue. The pin was already copied to test-requirements.txt, so this just copies it to the other requirements files as well. This is not a significant issue because webtest is only required by st2tests. --- fixed-requirements.txt | 1 + requirements.txt | 2 +- st2tests/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fixed-requirements.txt b/fixed-requirements.txt index f728439328..97a1688bbb 100644 --- a/fixed-requirements.txt +++ b/fixed-requirements.txt @@ -72,6 +72,7 @@ tooz==6.3.0 # lockfiles/st2.lock has pip==24.2 wheel==0.44.0 setuptools==75.2.0 virtualenv==20.27.0 webob==1.8.9 +webtest==3.0.1 zake==0.2.2 # test requirements below bcrypt==4.2.0 diff --git a/requirements.txt b/requirements.txt index 479a970a5d..4ab082c4bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -76,7 +76,7 @@ tooz==6.3.0 typing-extensions==4.12.2 unittest2 webob==1.8.9 -webtest +webtest==3.0.1 zake==0.2.2 zipp==3.20.2 zstandard==0.23.0 diff --git a/st2tests/requirements.txt b/st2tests/requirements.txt index fd28f0d7f3..1fd708e95d 100644 --- a/st2tests/requirements.txt +++ b/st2tests/requirements.txt @@ -14,4 +14,4 @@ psutil==6.1.0 pyrabbit rednose unittest2 -webtest +webtest==3.0.1