-
-
Notifications
You must be signed in to change notification settings - Fork 747
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
a535c3a
commit 0ebced6
Showing
3 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ psutil==6.1.0 | |
pyrabbit | ||
rednose | ||
unittest2 | ||
webtest | ||
webtest==3.0.1 |