mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 17:24:46 +00:00
remove env variables for #372
This commit is contained in:
2
tests.sh
vendored
2
tests.sh
vendored
@@ -33,8 +33,6 @@ if [ -z ${GITHUB_WORKFLOW} ]; then
|
|||||||
## local
|
## local
|
||||||
export COVERAGE_FILE=
|
export COVERAGE_FILE=
|
||||||
# do not print debugs when running tests (faster)
|
# do not print debugs when running tests (faster)
|
||||||
unset DOTDROP_DEBUG
|
|
||||||
export DOTDROP_FORCE_NODEBUG=yes
|
|
||||||
# tests
|
# tests
|
||||||
PYTHONPATH="dotdrop" nose2 --with-coverage --coverage dotdrop --plugin=nose2.plugins.mp -N0
|
PYTHONPATH="dotdrop" nose2 --with-coverage --coverage dotdrop --plugin=nose2.plugins.mp -N0
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user