libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / python / mypy / patches / 01-test-requirements.patch
blobb5c67ed9a0287d951e222fcf24b61985c2d19ee8
1 We want direct test requirements only
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}
13 [testenv:dev]