disable cog-spur
[oi-userland.git] / components / python / pytest-mypy / patches / 01-no-xdist.patch
blobd1a067c5e25d8eda189dca11ff90562100e249aa
1 It is hard to normalize pytest-xdist test results
3 --- pytest-mypy-0.10.3/tox.ini.orig
4 +++ pytest-mypy-0.10.3/tox.ini
5 @@ -83,7 +83,7 @@
6 pytest-randomly ~= 3.4
7 pytest-xdist ~= 1.34
9 -commands = pytest -p no:mypy {posargs:--cov pytest_mypy --cov-fail-under 100 --cov-report term-missing -n auto}
10 +commands = pytest -p no:mypy {posargs:--cov pytest_mypy --cov-fail-under 100 --cov-report term-missing}
12 [pytest]
13 testpaths = tests