-
Notifications
You must be signed in to change notification settings - Fork 412
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 test from setup.py, unify test requirements #565
Conversation
51d5f9b
to
75d147f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
I have a question about the type-comparison ignored.
And I would like another opinion about the test class removal.
For your information, the setuptools version has been yanked: pypa/setuptools#4519 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice @akx This looks like all the right stuff.
Co-authored-by: Christian Clauss <cclauss@me.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What's the release process @gentooboontoo ?
See pypa/setuptools#931 –
setuptools>=72
removes the test module.I also noticed
tox
specified different test requirements thansetup.py
.