ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / black / patches / 03-tox.ini-no_jupyter.patch
blob384feb2f1cbeb3eff91dc1d327d478b623fd89ed
1 We cannot run the no_jupyter tests because we always have the jupyter extras
2 installed.
4 --- black-24.10.0/tox.ini.orig
5 +++ black-24.10.0/tox.ini
6 @@ -19,9 +19,6 @@
7 ; local runs can stay parallelized since they aren't rolling the dice so many times as like on CI
8 commands =
9 coverage erase
10 - pytest tests --run-optional no_jupyter \
11 - !ci: --numprocesses auto \
12 - --cov {posargs}
13 pytest tests --run-optional jupyter \
14 -m jupyter \
15 !ci: --numprocesses auto \