From 649c2eb67620cbf29ac7c92bac8d795ca051090c Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 11 Sep 2019 22:00:56 +0200 Subject: [PATCH] try running qr tests in a new process instead of with all the other tests --- ci_scripts/run_all.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci_scripts/run_all.sh b/ci_scripts/run_all.sh index 697d7f4e5..a55fb5129 100755 --- a/ci_scripts/run_all.sh +++ b/ci_scripts/run_all.sh @@ -41,7 +41,8 @@ if [ -n "$TESTS" ]; then # see https://github.com/deltachat/deltachat-core-rust/issues/331 # unset DCC_PY_LIVECONFIG - tox --workdir "$TOXWORKDIR" -e lint,py35,py36,py37,auditwheels + tox --workdir "$TOXWORKDIR" -e lint,py35,py36,py37,auditwheels -- -k "not qr" + tox --workdir "$TOXWORKDIR" -e py35,py36,py37 -- -k "qr" popd fi