Marcel Telka
2023-12-23 64951495f808ae9392c55b87db4d1d72f64b0715
commit | author | age
649514 1 --- black-23.12.1/tox.ini.orig
MT 2 +++ black-23.12.1/tox.ini
055a88 3 @@ -13,15 +13,16 @@
a6f8e9 4  recreate = True
MT 5  deps =
6      -r{toxinidir}/test_requirements.txt
7 +extras =
8 +    d
9 +    jupyter
10  ; parallelization is disabled on CI because pytest-dev/pytest-xdist#620 occurs too frequently
11  ; local runs can stay parallelized since they aren't rolling the dice so many times as like on CI
12  commands =
13 -    pip install -e .[d]
14      coverage erase
15      pytest tests --run-optional no_jupyter \
16          !ci: --numprocesses auto \
17          --cov {posargs}
18 -    pip install -e .[jupyter]
19      pytest tests --run-optional jupyter \
20          -m jupyter \
21          !ci: --numprocesses auto \