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`.
The usage of
python setup.py testis deprecated; see github "pypa/setuptools/issues/1684" for details.Replace all relevant CI usages using
pytestwhich seems more lightweight thantox.