diff --git a/ci_scripts/run_all.sh b/ci_scripts/run_all.sh index 542d37f36..b8f81e964 100755 --- a/ci_scripts/run_all.sh +++ b/ci_scripts/run_all.sh @@ -39,7 +39,7 @@ if [ -n "$TESTS" ]; then # run tox # XXX we don't run liveconfig tests because they hang sometimes # see https://github.com/deltachat/deltachat-core-rust/issues/331 - unset DCC_PY_LIVECONFIG + # unset DCC_PY_LIVECONFIG tox --workdir "$TOXWORKDIR" -e lint,py27,py35,py36,py37,auditwheels popd