Skip to content

Commit 0ebced6

Browse files
committed
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. Pylons/webtest@090c5b2 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.
1 parent a535c3a commit 0ebced6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

fixed-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ tooz==6.3.0
7272
# lockfiles/st2.lock has pip==24.2 wheel==0.44.0 setuptools==75.2.0
7373
virtualenv==20.27.0
7474
webob==1.8.9
75+
webtest==3.0.1
7576
zake==0.2.2
7677
# test requirements below
7778
bcrypt==4.2.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ tooz==6.3.0
7676
typing-extensions==4.12.2
7777
unittest2
7878
webob==1.8.9
79-
webtest
79+
webtest==3.0.1
8080
zake==0.2.2
8181
zipp==3.20.2
8282
zstandard==0.23.0

st2tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ psutil==6.1.0
1414
pyrabbit
1515
rednose
1616
unittest2
17-
webtest
17+
webtest==3.0.1

0 commit comments

Comments
 (0)