-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Drop setup.py install
support
#11874
Conversation
cbed7f9
to
7e4c4fa
Compare
7e4c4fa
to
603b31d
Compare
setup.py install
support
603b31d
to
10a87ad
Compare
setup.py install
supportsetup.py install
support
af352e2
to
1fcb1c7
Compare
1fcb1c7
to
e0e68d2
Compare
491a8a0
to
334362f
Compare
🟢 |
global_options=global_options, | ||
global_options=global_options if global_options is not None else [], |
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.
Why is this change needed?
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.
Cosmetics only. Since the variable is not used anywhere else, I figured I'd inline it.
If there are no objections, I plan to merge this on Friday or Saturday so it lands on time for 23.1. |
This test depended on setup.py install, and tbh, I don't see a good reason to attempt an install when testing the requirements file parser.
It relied on a function that does not exist anymore.
334362f
to
849dcbd
Compare
closes #8368
closes #8102