parameter name could have changed

This commit is contained in:
mmoussallam
2020-06-26 21:33:09 +02:00
parent d3d83571ce
commit 3d6990291d

View File

@@ -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 --forked
PYTEST_CMD = pytest -W ignore::FutureWarning -W ignore::DeprecationWarning -vv --boxed -s
all: clean build test deploy