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: use poetry, not old setuptools #859

Closed
wants to merge 1 commit into from

Conversation

LewisCowlesMotive
Copy link

@LewisCowlesMotive LewisCowlesMotive commented Jul 29, 2024

This aims to solve the setuptools problem of #858 #856 and #855 but by using a more modern tool

poetry build should, AFAIK build a universal wheel for you.

https://github.com/LewisCowlesMotive/vcrpy/releases/tag/v6.0.2 has notes on testing this fix.

I don't know how your CI works, so there may yet be more adjustments there.

@graingert
Copy link
Collaborator

I think we should stick to setuptools for now. I'd merge a PR that switched to pyproject.toml based setuptools

@pjonsson
Copy link
Contributor

@graingert is that what #767 provides, or did you have something else in mind?

@Lewiscowles1986
Copy link

I'll close today. Not interested in explicit dependency on setuptools

Comment on lines +31 to +39
python = ">=3.8"
pyyaml = "^6.0.1"
wrapt = "^1.16.0"
yarl = "^1.9.4"
urllib3 = [
{ version = "<2", markers = "python_version < '3.10'" },
{ version = "<2", markers = "platform_python_implementation == 'PyPy'" },
{ version = ">=2.2.2", markers = "python_version >= '3.10' and platform_python_implementation != 'PyPy'" }
]
Copy link
Author

Choose a reason for hiding this comment

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

after thought. This is incorrect. This package has no dependencies as it is, itself a dev dependency.

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.

4 participants