perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / tqdm / patches / 01-test-deps.patch
blob6815d1a73d0731846c9236d41fa7ac5c95d5c18b
1 We do not have these optional test dependencies packaged yet.
3 --- tqdm-4.67.1/tox.ini.orig
4 +++ tqdm-4.67.1/tox.ini
5 @@ -26,8 +26,6 @@
6 pytest-cov
7 pytest-timeout
8 pytest-asyncio
9 - ipywidgets
10 - git+https://github.com/casperdcl/nbval.git@master#egg=nbval
11 coverage
12 coveralls
13 codecov
14 @@ -41,15 +39,11 @@
15 deps=
16 {[core]deps}
17 cython
18 - dask[delayed]
19 - matplotlib
20 numpy
21 - pandas
22 rich
23 tf: tensorflow!=2.5.0
24 keras: keras
25 commands=
26 - pytest --cov=tqdm --cov-report= -W=ignore tests_notebook.ipynb --nbval --nbval-current-env --nbval-sanitize-with=.meta/nbval.ini
27 pytest --cov=tqdm --cov-report=xml --cov-report=term --cov-append -k "not perf"
28 {[core]commands}
29 allowlist_externals=codacy