tests: switch to PEP517-compliant build process

...mainly to be in sync with oopt-gnpy-libyang that I've been working on
recently, and to allow us to modernize this infrastructure later on.

Change-Id: Id0ed1d7620762fc204300ebe8a190de8e42ae9df
This commit is contained in:
Jan Kundrát
2022-07-05 12:51:25 +02:00
parent 97e80b4445
commit 0c2f6372f8
2 changed files with 2 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
build>=0.10.0,<1
pytest>=6.2.5,<7
pandas>=1.3.5,<2

View File

@@ -19,7 +19,7 @@ commands =
pytest {env:CI_COVERAGE_OPTS:} -vv {posargs}
cover: coverage html -d cover
cover: coverage xml -o cover/coverage.xml
python setup.py bdist_wheel
python -m build
[testenv:docs]
deps =