mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 08:56:30 +03:00
python: don't build wheels for dependencies
This commit is contained in:
@@ -9,7 +9,7 @@ envlist =
|
|||||||
[testenv]
|
[testenv]
|
||||||
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
|
pip wheel . -w {toxworkdir}/wheelhouse --no-deps
|
||||||
passenv =
|
passenv =
|
||||||
DCC_RS_DEV
|
DCC_RS_DEV
|
||||||
DCC_RS_TARGET
|
DCC_RS_TARGET
|
||||||
|
|||||||
Reference in New Issue
Block a user