mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
19 lines
287 B
INI
19 lines
287 B
INI
[tox]
|
|
isolated_build = true
|
|
envlist =
|
|
py3
|
|
|
|
[testenv]
|
|
commands =
|
|
pytest {posargs}
|
|
setenv =
|
|
# Avoid stack overflow when Rust core is built without optimizations.
|
|
RUST_MIN_STACK=8388608
|
|
passenv =
|
|
DCC_NEW_TMP_EMAIL
|
|
deps =
|
|
pytest
|
|
pytest-asyncio
|
|
aiohttp
|
|
aiodns
|