Skip to content

Commit

Permalink
Pin asgiref to v3.6 in tests to prevent pypy failures
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Jun 23, 2023
1 parent b41c6c6 commit 940d79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ commands=
pip install {env:FLASK_VERSION:flask>=2.3}
pytest -p no:logging --cov=src --cov-branch --cov-report=term-missing --cov-report=xml
deps=
asgiref
asgiref<3.7
pytest
pytest-cov

Expand Down

0 comments on commit 940d79f

Please sign in to comment.