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

setup.py removal #72

Merged
merged 10 commits into from
Oct 9, 2023
Merged

setup.py removal #72

merged 10 commits into from
Oct 9, 2023

Conversation

okken
Copy link
Contributor

@okken okken commented Oct 9, 2023

previous merge attempt had a merge conflict

fixes #64

@okken okken marked this pull request as draft October 9, 2023 14:37
@okken okken marked this pull request as ready for review October 9, 2023 14:51
pyproject.toml Outdated
requires = ["setuptools>=40.8.0", "wheel", "setuptools_scm"]
build-backend = 'setuptools.build_meta'
build-backend = "setuptools.build_meta"
requires = [ "setuptools>=60", "setuptools_scm>=7"]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RonnyPfannschmidt setuptools_scm 8 was breaking Python 3.7, so I kept setuptools_scm 7

3. Push the branch to `upstream`.
4. Once all tests pass, merge the PR.
5. Once the PR completes, create a Release with a new version tag on GitHub.
Version should be in the form of "vx.y.z". ex: v0.9.2
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These steps were tested on a diff project, and I'm hoping to try this out on this project.

@okken okken requested review from RonnyPfannschmidt and removed request for RonnyPfannschmidt October 9, 2023 14:57
@okken okken merged commit aa26ab6 into pytest-dev:main Oct 9, 2023
18 checks passed
@okken okken deleted the setup_py_removal branch January 21, 2024 16:47
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.

switch to pyproject.toml
1 participant