Compare commits

...

1 Commits

Author SHA1 Message Date
holger krekel
fb52fe84e6 try running qr tests in a new process instead of with all the other tests 2019-09-11 22:00:56 +02:00

View File

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