-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
TST: Update org for pytest-doctestplus in devinfra #15820
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
Thank you for your contribution to Astropy! 🌌 This checklist is meant to remind the package maintainers who will review this pull request of some common things to look for.
|
👋 Thank you for your draft pull request! Do you know that you can use |
This comment was marked as resolved.
This comment was marked as resolved.
Okay, devinfra job is green here, so that means we need to patch not one, but three different plugins and get them released so our devinfra job can pass again. 🤪 @bsipocz and @astrofrog , are you able to help merge/release the affected plugins? 🙏 |
Has to wait till Monday, we got a lovely ❄️ storm 😀 |
No big rush, @bsipocz ! Since this is pytest-dev (not the RC), I think we have a while before it hits mainstream. 🤞 |
Actually maybe releases are unnecessary at this point, but those PRs would still need to be merged for packages testing against pytest-dev. |
Merged what I could, but as you said, I'm not planning to do a release just yet but wait as more breaking changes or deprecations may come in the 8.1.x dev cycle. |
Thanks, @bsipocz ! |
@@ -93,12 +93,12 @@ deps = | |||
# Latest developer version of infrastructure packages. | |||
devinfra: git+https://github.com/pytest-dev/pytest.git | |||
devinfra: git+https://github.com/astropy/extension-helpers.git | |||
devinfra: git+https://github.com/astropy/pytest-doctestplus.git | |||
devinfra: git+https://github.com/scientific-python/pytest-doctestplus.git |
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.
Note: This should go in no matter what. This is an oversight from when we moved pytest-doctestplus to Scientific Python.
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.
Giving the approval for changing the org to SP, so can merge this whenever the mpl patch gets merged.
because it was moved from astropy to scientific-python. pytest 8.1 compatibility fixes were all merged upstream at pytest-doctestplus, pytest-filter-subpackage, and pytest-mpl
99f0ee0
to
582d211
Compare
Yay, devinfra job is green again! This PR now only updates the org for pytest-doctestplus. |
…820-on-v6.0.x Backport PR #15820 on branch v6.0.x (TST: Update org for pytest-doctestplus in devinfra)
TST: Update org for pytest-doctestplus in devinfra
Description
This pull request is to test:
Fixes #15810