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

Fix build with setuptools-scm >= 8 #211

Merged
merged 3 commits into from
May 31, 2024
Merged

Fix build with setuptools-scm >= 8 #211

merged 3 commits into from
May 31, 2024

Conversation

matthias-bach-by
Copy link
Collaborator

This moves the build from using the deprecated setup_requires declaration to specifying build dependencies as specified in PEP 517.

This should fix the build issues that PR #210 has been running into.

This moves the build from using the deprecated `setup_requires` declaration to specifying build dependencies as specified in PEP 517.

This should fix the build issues that PR #210 has been running into.
@matthias-bach-by matthias-bach-by self-assigned this May 28, 2024
@coveralls
Copy link

coveralls commented May 28, 2024

Coverage Status

coverage: 97.549%. remained the same
when pulling d319a5f on pep-621
into ab2029b on master.

Using setup.py to run tests is a mechanism that has already been deprecated for ages and nobody should rely on anyhow.
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.
@matthias-bach-by matthias-bach-by marked this pull request as ready for review May 31, 2024 13:15
@matthias-bach-by matthias-bach-by enabled auto-merge (rebase) May 31, 2024 13:16
@matthias-bach-by matthias-bach-by merged commit 3aca3bc into master May 31, 2024
8 checks passed
@matthias-bach-by matthias-bach-by deleted the pep-621 branch May 31, 2024 13:20
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

Successfully merging this pull request may close these issues.

2 participants