tests: fix keras

- vis https://github.com/keras-team/keras/issues/14632
This commit is contained in:
Casper da Costa-Luis 2021-05-20 11:25:17 +01:00
parent 93b175bb57
commit f4dbe42c4b
No known key found for this signature in database
GPG Key ID: F5126E5FBD2512AD
1 changed files with 1 additions and 1 deletions

View File

@ -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"