-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
MNT Update asv.conf.json
to get rid of last references to Python 2.7
#31064
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
Conversation
Note that these references are in comments. They're here because this file was entirely copied from the asv config example file when it was configured for sklearn. That being said, I'm okay to remove these references since no one would use them in any case. |
My wrong then. The upstream file https://github.com/airspeed-velocity/asv/blob/main/asv.conf.json has evolved as well, and has removed references to Python 2. Perhaps I could sync with the upstream file. |
* six is not used anymore * Use newer version of Python in examples. Also fix typo: platform → sys_platform
538ab02
to
2f086fe
Compare
asv.conf.json
to get rid of last references to Python 2.7
Fetch latest sample asv.conf.json from upstream: https://github.com/airspeed-velocity/asv/blob/main/asv.conf.json
2f086fe
to
ab0bcaf
Compare
Sync'ed with latest |
001d694
to
04c970c
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.
Okay to sync with a more recent version of the config file
Apply local changes to sample asv.conf.json from upstream.
Fix typo from usptream: airspeed-velocity/asv#1477
04c970c
to
b7731f6
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.
LGTM. Thanks
What does this implement/fix? Explain your changes.
six
is not used anymoreAlso fix typo:
platform
→sys_platform
Any other comments?
Not sure about this one, I have yet to understand the comment:
scikit-learn/sklearn/utils/deprecation.py
Lines 98 to 100 in 85fb4da