Skip to content

Commit

Permalink
Workaround for pytest bug.
Browse files Browse the repository at this point in the history
pytest 7.0.0 does not work with python 3.9. Exclude that specific combo.
From: pytest-dev/pytest#9608 (comment)
  • Loading branch information
DanLipsitt committed Feb 10, 2022
1 parent aa2b841 commit 9f33eb4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/dev.requirements.txt
Expand Up @@ -12,7 +12,9 @@ sqlalchemy_utils==0.36.8
gino-starlette==0.1.1

# Testing
pytest
openapi-spec-validator
pytest; python_version != '3.9'
pytest !=7.0.0; python_version == '3.9'
pytest-virtualenv
requests
asynctest
Expand Down

0 comments on commit 9f33eb4

Please sign in to comment.