From e798b7caccd1685b999f986c5d5b4dc50ce3626d Mon Sep 17 00:00:00 2001 From: Joan Antoni RE Date: Wed, 31 Jul 2024 13:48:58 +0200 Subject: [PATCH] Remove -x in nucliadb parallel tests --- nucliadb/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/nucliadb/Makefile b/nucliadb/Makefile index 87d1299ad2..7651530077 100644 --- a/nucliadb/Makefile +++ b/nucliadb/Makefile @@ -47,7 +47,6 @@ test-%: test-cov-%: $(PYTEST) \ - -x \ --cov=nucliadb \ --cov-config=../.coveragerc \ --cov-report xml \