need to force flush the RAM in between pytest calls and avoid multiprocess

This commit is contained in:
mmoussallam
2020-06-26 11:03:41 +02:00
parent 39af9502ab
commit caf8f393bd
2 changed files with 50 additions and 49 deletions

View File

@@ -27,7 +27,7 @@ build-gpu: clean
python3 setup.py sdist
test:
$(PYTEST_CMD)
$(foreach file, $(wildcard tests/test_*.py), $(PYTEST_CMD) $(file);)
deploy: