Andreas Wacknitz
2024-03-24 3df02058fb3d48a999bbc8d5d56c2910fbc249a4
1
2
3
4
5
6
7
8
9
10
11
--- asgiref-3.8.1/tox.ini.orig
+++ asgiref-3.8.1/tox.ini
@@ -7,7 +7,7 @@
 usedevelop = true
 extras = tests
 commands =
-    test: pytest -v {posargs}
+    pytest -v {posargs}
     mypy: mypy . {posargs}
 deps =
     setuptools