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