8000 Fixed asgiref version for Python 3.8 by andy-maier · Pull Request #1053 · prometheus/client_python · GitHub
[go: up one dir, main page]

Skip to content

Fixed asgiref version for Python 3.8 #1053

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ deps =
pytest
attrs
{py3.8,pypy3.8}: twisted
py3.8: asgiref
# See https://github.com/django/asgiref/issues/393 for why we need to pin asgiref for pypy
# See https://github.com/django/asgiref/issues/393 for why we need to pin asgiref
py3.8: asgiref==3.6.0
pypy3.8: asgiref==3.6.0
commands = coverage run --parallel -m pytest {posargs}

Expand Down
0