Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove setup.cfg in favor of pyproject.toml #2019

Open
j-wags opened this issue Feb 11, 2025 · 0 comments
Open

Remove setup.cfg in favor of pyproject.toml #2019

j-wags opened this issue Feb 11, 2025 · 0 comments

Comments

@j-wags
Copy link
Member

j-wags commented Feb 11, 2025

In #1822 we tried to move up to pytest 8, which involved moving the slow test marker out of _tests/conftest.py and into the top level pyproject.toml. It turned out that this caused something to go wrong with our nightly tests which tried to use said marker and led to a failure during test collection, as documented in #1997. In #2017 this was partially reverted by putting the faulty marker in the top level setup.cfg instead of pyproject.toml. We should take another go at consolidating the marker definition from setup.cfg into pyproject.toml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant