From f5686533cdaa0fd6365e386c48d3d1e03ea600c8 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Mon, 19 Dec 2022 14:53:35 +0100 Subject: [PATCH] remove env variables for #372 --- tests.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests.sh b/tests.sh index 1b82666ef..3144a65c1 100755 --- a/tests.sh +++ b/tests.sh @@ -33,8 +33,6 @@ if [ -z ${GITHUB_WORKFLOW} ]; then ## local export COVERAGE_FILE= # do not print debugs when running tests (faster) - unset DOTDROP_DEBUG - export DOTDROP_FORCE_NODEBUG=yes # tests PYTHONPATH="dotdrop" nose2 --with-coverage --coverage dotdrop --plugin=nose2.plugins.mp -N0 else