[Tests] "python setup.py test" is deprecated
Open
- Dominant language
- Python
- Stars
- 25
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
The usage of `python setup.py test` is deprecated; see github "pypa/setuptools/issues/1684" for details.
Replace all relevant CI usages using `pytest` which seems more lightweight than `tox`.
Contributor guide
Assessment
This issue has not been assessed yet.