From 4a3074e55beb4f1f13917673283501f333e99d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Voituret?= Date: Fri, 17 Jul 2020 13:54:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20remove=20concurrent=20test=20exe?= =?UTF-8?q?cution?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c2b40ba..d667361 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ build-gpu: clean python3 setup.py sdist test: - $(PYTEST_CMD) -n 2 tests/ + $(PYTEST_CMD) tests/ deploy: pip install twine