fix: add verbose test for avoiding timeout

This commit is contained in:
Félix Voituret
2019-11-08 20:11:03 -05:00
parent 7773d1df27
commit 6d5398bda7

View File

@@ -19,7 +19,7 @@ jobs:
command: pip install -r requirements.txt && pip install pytest command: pip install -r requirements.txt && pip install pytest
- run: - run:
name: pytest name: pytest
command: pytest -W ignore::FutureWarning -W ignore::DeprecationWarning command: pytest -W ignore::FutureWarning -W ignore::DeprecationWarning -vv
- save_cache: - save_cache:
key: models-{{ checksum "spleeter/model/__init__.py" }} key: models-{{ checksum "spleeter/model/__init__.py" }}
paths: paths:
@@ -43,7 +43,7 @@ jobs:
command: pip install -r requirements.txt && pip install pytest command: pip install -r requirements.txt && pip install pytest
- run: - run:
name: pytest name: pytest
command: pytest -W ignore::FutureWarning -W ignore::DeprecationWarning command: pytest -W ignore::FutureWarning -W ignore::DeprecationWarning -vv
- save_cache: - save_cache:
key: models-{{ checksum "spleeter/model/__init__.py" }} key: models-{{ checksum "spleeter/model/__init__.py" }}
paths: paths: