Skip to content

Commit

Permalink
copy webtest pin from lockfiles/st2.lock
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cognifloyd committed Nov 29, 2024
1 parent a535c3a commit 0ebced6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion st2tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ psutil==6.1.0
pyrabbit
rednose
unittest2
webtest
webtest==3.0.1

0 comments on commit 0ebced6

Please sign in to comment.