Skip to content

Commit

Permalink
Pin version of asgiref for pypy
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
  • Loading branch information
csmarchbanks committed May 31, 2023
1 parent be3aac3 commit 59c9566
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
[tox]
envlist = coverage-clean,py3.6,py3.7,py3.8,py3.9,py3.10,py3.11,pypy3.7,py3.9-nooptionals,coverage-report,flake8,isort,mypy

[base]
[testenv]
deps =
coverage
pytest
attrs

[testenv]
deps =
{[base]deps}
{py3.7,pypy3.7}: twisted
{py3.7,pypy3.7}: asgiref
py3.7: asgiref
# See https://github.com/django/asgiref/issues/393 for why we need to pin asgiref for pypy
pypy3.7: asgiref==3.6.0
commands = coverage run --parallel -m pytest {posargs}

[testenv:py3.9-nooptionals]
Expand Down

0 comments on commit 59c9566

Please sign in to comment.