Add WebTest as an indirect test dependency

Pecan has made webtest an optional dependency for testing only [1].
Since it is still used for testing we need to add it to our
test-requirements.txt.

[1]: https://github.com/pecan/pecan/pull/140

Change-Id: I4a0985fc93aa071e68491fe60478bee903de39ed
This commit is contained in:
Tom Weininger 2022-07-06 10:19:19 +02:00
parent 7557c8f178
commit f45388643f
2 changed files with 2 additions and 1 deletions

View File

@ -170,7 +170,7 @@ voluptuous==0.11.1
waitress==1.1.0
warlock==1.3.1
WebOb==1.8.2
WebTest==2.0.29
WebTest==2.0.26
Werkzeug==0.14.1
wrapt==1.12.0
WSME==0.8.0

View File

@ -19,3 +19,4 @@ tempest>=23.0.0 # Apache-2.0
# Required for pep8 - doc8 tests
sphinx>=2.0.0,!=2.1.0 # BSD
bashate>=0.5.1 # Apache-2.0
WebTest>=2.0.26 # MIT