Skip to content

Commit 9f33eb4

Browse files
committed
Workaround for pytest bug.
pytest 7.0.0 does not work with python 3.9. Exclude that specific combo. From: pytest-dev/pytest#9608 (comment)
1 parent aa2b841 commit 9f33eb4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/dev.requirements.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ sqlalchemy_utils==0.36.8
1212
gino-starlette==0.1.1
1313

1414
# Testing
15-
pytest
15+
openapi-spec-validator
16+
pytest; python_version != '3.9'
17+
pytest !=7.0.0; python_version == '3.9'
1618
pytest-virtualenv
1719
requests
1820
asynctest

0 commit comments

Comments
 (0)