repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python/pyproject_installer: update to 0.5.5
[oi-userland.git]
/
components
/
python
/
asgiref
/
patches
/
01-enable-tests.patch
blob
31f7e473a7d810f5adfba479e81761c19872b60b
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