Skip to content

Commit a0d0c3d

Browse files
authored
Pinned some test requirements because new majors break our tests (#2404)
* Pinned executing because 2.0.0 only supports Python 3 * Pinned werkzeug for quart tests
1 parent 692c0e9 commit a0d0c3d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pytest-watch==4.2.0
88
tox==3.7.0
99
jsonschema==3.2.0
1010
pyrsistent==0.16.0 # TODO(py3): 0.17.0 requires python3, see https://github.com/tobgu/pyrsistent/issues/205
11-
executing
11+
executing<2.0.0 # TODO(py3): 2.0.0 requires python3
1212
asttokens
1313
responses
1414
pysocks

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ deps =
379379
# Quart
380380
quart: quart-auth
381381
quart: pytest-asyncio
382+
quart: werkzeug<3.0.0
382383
quart-v0.16: blinker<1.6
383384
quart-v0.16: jinja2<3.1.0
384385
quart-v0.16: Werkzeug<2.1.0

0 commit comments

Comments
 (0)