1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 14:31:46 +00:00

remove env variables for #372

This commit is contained in:
deadc0de6
2022-12-19 14:53:35 +01:00
parent c1b9750501
commit f5686533cd

2
tests.sh vendored
View File

@@ -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