redmod-team / profit

Probabilistic Response mOdel Fitting with Interactive Tools
https://profit.readthedocs.io
MIT License
14 stars 10 forks source link

Move `pytest` configuration from `setup.cfg` to `pytest.ini`, `pyproject.toml` or `tox.ini` #165

Closed Squadula closed 1 year ago

Squadula commented 2 years ago

pytest documentation:

Warning

Usage of setup.cfg is not recommended unless for very simple use cases. .cfg files use a different parser than pytest.ini and tox.ini which might cause hard to track down problems. When possible, it is recommended to use the latter files, or pyproject.toml, to hold your pytest configuration.