mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
try running qr tests in a new process instead of with all the other tests
This commit is contained in:
@@ -41,7 +41,8 @@ if [ -n "$TESTS" ]; then
|
|||||||
# see https://github.com/deltachat/deltachat-core-rust/issues/331
|
# see https://github.com/deltachat/deltachat-core-rust/issues/331
|
||||||
# unset DCC_PY_LIVECONFIG
|
# 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
|
popd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user