From 80a6a4e3ddb0f596176356a3148dfc5e0bcba646 Mon Sep 17 00:00:00 2001 From: mmoussallam Date: Mon, 6 Jul 2020 11:41:26 +0200 Subject: [PATCH] =?UTF-8?q?unboxing=20test=C3=A8eval?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d226d6b..7f6eeda 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ FEEDSTOCK = spleeter-feedstock FEEDSTOCK_REPOSITORY = https://github.com/deezer/$(FEEDSTOCK) FEEDSTOCK_RECIPE = $(FEEDSTOCK)/recipe/spleeter/meta.yaml -PYTEST_CMD = pytest -W ignore::FutureWarning -W ignore::DeprecationWarning -vv --boxed -s +PYTEST_CMD = pytest -W ignore::FutureWarning -W ignore::DeprecationWarning -vv all: clean build test deploy @@ -27,7 +27,12 @@ build-gpu: clean python3 setup.py sdist test: - $(foreach file, $(wildcard tests/test_*.py), $(PYTEST_CMD) $(file);) + #$(foreach file, $(wildcard tests/test_*.py), $(PYTEST_CMD) $(file);) + $(PYTEST_CMD) tests/test_eval.py + $(PYTEST_CMD) tests/test_ffmpeg_adapter.py + $(PYTEST_CMD) tests/test_github_model_provider.py + $(PYTEST_CMD) --boxed tests/test_separator.py + deploy: