python: move most of setup.py to pyproject.toml

This commit is contained in:
link2xt
2022-07-11 23:20:57 +00:00
committed by holger krekel
parent 248d9600c5
commit ed5fc820c2
4 changed files with 38 additions and 53 deletions

View File

@@ -9,7 +9,7 @@ envlist =
[testenv]
commands =
pytest -n6 --extra-info --reruns 2 --reruns-delay 5 -v -rsXx --ignored --strict-tls {posargs: tests examples}
python tests/package_wheels.py {toxworkdir}/wheelhouse
pip wheel . -w {toxworkdir}/wheelhouse
passenv =
DCC_RS_DEV
DCC_RS_TARGET