From 940d79f99490d090652eef06e71f8976c6ac6d9a Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Fri, 23 Jun 2023 14:16:07 +0100 Subject: [PATCH] Pin asgiref to v3.6 in tests to prevent pypy failures Reference: https://github.com/django/asgiref/issues/393 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4c75b8d..43ce90e 100644 --- a/tox.ini +++ b/tox.ini @@ -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