Skip to content

Commit

Permalink
remove env variables for #372
Browse files Browse the repository at this point in the history
  • Loading branch information
deadc0de6 committed Dec 19, 2022
1 parent c1b9750 commit f568653
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f568653

Please sign in to comment.