ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / mypy / patches / 01-test-requirements.patch
blob483fd421298c9c6ef2c15a9bc9b15f77f809763d
1 We want direct test requirements only
3 --- mypy-1.13.0/tox.ini.orig
4 +++ mypy-1.13.0/tox.ini
5 @@ -20,7 +20,7 @@
6 PROGRAMFILES(X86)
7 PYTEST_ADDOPTS
8 deps =
9 - -r test-requirements.txt
10 + -r test-requirements.in
11 # This is a bit of a hack, but ensures the faster-cache path is tested in CI
12 orjson;python_version=='3.12'
13 commands = python -m pytest {posargs}