-
-
Notifications
You must be signed in to change notification settings - Fork 87
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/change deprecated function calls #473
Conversation
I undid the |
I don't know that there is a command line option for it...could see it being handy, though. Ottherwise, the changes look good. |
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.
I think this is ready to go, feel free to merge at will. The only I haven't yet is to make sure there are not additional rebases required for some of the other open PRs.
@MSeifert04 - I'm sure you can propose something like |
@bsipocz Is that astropy, astropy-helpers or should that rather be a seperate pytest plugin package (as I understand there's some effort to split them out of astropy)? |
Merging, and I'd suggest adding an issue int he appropriate place about the deprecations. |
@MSeifert04 - At the moment the testing lives in astropy core. You're right that there are plans to move everything out in a separate package, but that shouldn't be a show stopper for any enhancement, as it may or may not happen during the summer. |
This fixes all deprecations (including python 3.6 deprecations) encountered in the test suite.
However locally I get a lot of
So while it's (probably) good to fix the deprecations I personally wouldn't want that setting to be activated by default.