From fceaaaf70d08d65390980f845c413f904d41c361 Mon Sep 17 00:00:00 2001 From: Moussallam Date: Thu, 25 Jun 2020 17:37:36 +0200 Subject: [PATCH] Remove forked option in testing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3e18dc2..c65df91 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ build-gpu: clean python3 setup.py sdist test: - pytest -W ignore::FutureWarning -W ignore::DeprecationWarning -vv --forked + pytest -W ignore::FutureWarning -W ignore::DeprecationWarning -vv deploy: pip install twine