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
libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git]
/
components
/
python
/
mypy
/
patches
/
01-test-requirements.patch
blob
b5c67ed9a0287d951e222fcf24b61985c2d19ee8
1
We want direct test requirements only
2
3
--- mypy-1.11.2/tox.ini.orig
4
+++ mypy-1.11.2/tox.ini
5
@@ -19,7 +19,7 @@
6
PROGRAMDATA
7
PROGRAMFILES(X86)
8
PYTEST_ADDOPTS
9
-deps = -rtest-requirements.txt
10
+deps = -rtest-requirements.in
11
commands = python -m pytest {posargs}
12
13
[testenv:dev]