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

require package packaging #4113

Merged
merged 1 commit into from
Mar 17, 2023
Merged

require package packaging #4113

merged 1 commit into from
Mar 17, 2023

Conversation

alexcjohnson
Copy link
Collaborator

Fix #4080

Seems packaging is implicitly included by another dep in py3.7+, but not in py3.6

It turns out it would be very hard to write a test for this. packaging is installed in the circleci/python base images via pip install poetry so it'll always be there from the start. Maybe when we upgrade to cimg images they're cleaner?

seems it's implicitly included by another dep in py3.7+, but not in 3.6
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.

add packaging to setup.py file?
1 participant