mirror of https://github.com/tqdm/tqdm.git
tests: skip py27 notebook
This commit is contained in:
parent
5cd575b8a8
commit
aa2e430865
9
tox.ini
9
tox.ini
|
@ -14,8 +14,8 @@ deps=
|
||||||
pytest-cov
|
pytest-cov
|
||||||
pytest-timeout
|
pytest-timeout
|
||||||
py{37,38,39}: pytest-asyncio
|
py{37,38,39}: pytest-asyncio
|
||||||
ipywidgets
|
!py{27,py2}: ipywidgets
|
||||||
nbval
|
!py{27,py2}: nbval
|
||||||
coverage
|
coverage
|
||||||
coveralls
|
coveralls
|
||||||
codecov
|
codecov
|
||||||
|
@ -37,15 +37,14 @@ deps=
|
||||||
py{36,37,38,39}: rich
|
py{36,37,38,39}: rich
|
||||||
tf: tensorflow
|
tf: tensorflow
|
||||||
commands=
|
commands=
|
||||||
pytest --cov=tqdm --cov-report= tests_notebook.ipynb --nbval --current-env -W=ignore --sanitize-with=setup.cfg
|
!py{27,py2}: pytest --cov=tqdm --cov-report= tests_notebook.ipynb --nbval --current-env -W=ignore --sanitize-with=setup.cfg
|
||||||
pytest --cov=tqdm --cov-report=xml --cov-report=term --cov-append -k "not perf"
|
pytest --cov=tqdm --cov-report=xml --cov-report=term --cov-append -k "not perf"
|
||||||
{[core]commands}
|
{[core]commands}
|
||||||
allowlist_externals=codacy
|
allowlist_externals=codacy
|
||||||
|
|
||||||
[testenv:py{27,py2}{,-tf}{,-keras}]
|
[testenv:py{27,py2}{,-tf}{,-keras}]
|
||||||
commands=
|
commands=
|
||||||
pytest --cov=tqdm --cov-report= tests_notebook.ipynb -o addopts= -v --tb=short -rxs -W=ignore --durations=10 --nbval --current-env --sanitize-with=setup.cfg
|
pytest --cov=tqdm --cov-report=xml --cov-report=term -k "not perf" -o addopts= -v --tb=short -rxs -W=error --durations=10
|
||||||
pytest --cov=tqdm --cov-report=xml --cov-report=term --cov-append -k "not perf" -o addopts= -v --tb=short -rxs -W=error --durations=10
|
|
||||||
{[core]commands}
|
{[core]commands}
|
||||||
|
|
||||||
# no cython/numpy/pandas
|
# no cython/numpy/pandas
|
||||||
|
|
Loading…
Reference in New Issue