python/pyproject_installer: update to 0.5.5
[oi-userland.git] / components / python / asgiref / patches / 01-enable-tests.patch
blob31f7e473a7d810f5adfba479e81761c19872b60b
1 --- asgiref-3.8.1/tox.ini.orig
2 +++ asgiref-3.8.1/tox.ini
3 @@ -7,7 +7,7 @@
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