Skip to content

Commit bf40090

Browse files
test(tornado): Unpin pytest for tornado-latest tests (#3714)
The Pytest version pin is only needed for `tornado-v6.0` and `tornado-v6.2`. The incompatibility with the latest Pytest versions has been fixed in newer Tornado versions.
1 parent 000c8e6 commit bf40090

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

+3-1
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,9 @@ deps =
673673
strawberry-latest: strawberry-graphql[fastapi,flask]
674674

675675
# Tornado
676-
tornado: pytest<8.2
676+
# Tornado <6.4.1 is incompatible with Pytest ≥8.2
677+
# See https://github.com/tornadoweb/tornado/pull/3382.
678+
tornado-{v6.0,v6.2}: pytest<8.2
677679
tornado-v6.0: tornado~=6.0.0
678680
tornado-v6.2: tornado~=6.2.0
679681
tornado-latest: tornado

0 commit comments

Comments
 (0)