mirror of
https://github.com/chatmail/core.git
synced 2026-05-23 00:36:32 +03:00
Set RUST_MIN_STACK for Python tests
This commit is contained in:
@@ -10,6 +10,9 @@ envlist =
|
|||||||
commands =
|
commands =
|
||||||
pytest -n6 --extra-info --reruns 2 --reruns-delay 5 -v -rsXx --ignored --strict-tls {posargs: tests examples}
|
pytest -n6 --extra-info --reruns 2 --reruns-delay 5 -v -rsXx --ignored --strict-tls {posargs: tests examples}
|
||||||
pip wheel . -w {toxworkdir}/wheelhouse --no-deps
|
pip wheel . -w {toxworkdir}/wheelhouse --no-deps
|
||||||
|
setenv =
|
||||||
|
# Avoid stack overflow when Rust core is built without optimizations.
|
||||||
|
RUST_MIN_STACK=8388608
|
||||||
passenv =
|
passenv =
|
||||||
DCC_RS_DEV
|
DCC_RS_DEV
|
||||||
DCC_RS_TARGET
|
DCC_RS_TARGET
|
||||||
|
|||||||
Reference in New Issue
Block a user