mirror of https://github.com/tqdm/tqdm.git
tests: fix keras
- vis https://github.com/keras-team/keras/issues/14632
This commit is contained in:
parent
93b175bb57
commit
f4dbe42c4b
2
tox.ini
2
tox.ini
|
@ -35,7 +35,7 @@ deps=
|
|||
pandas
|
||||
keras: keras
|
||||
py3{6,7,8,9}: rich
|
||||
tf: tensorflow
|
||||
tf: tensorflow!=2.5.0
|
||||
commands=
|
||||
py3{6,7,8,9}: 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"
|
||||
|
|
Loading…
Reference in New Issue