Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move pytest configuration into pyproject.toml
Having pytest configuration in setup.cfg if there is also a pyproject.toml could be suprising for some. Moving it to pyproject.toml allows us to completely remove the setup.cfg file, giving users one less place to look for it.
- Loading branch information