Skip to content
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 depending on astropy.io.misc.asdf for test #1532

Merged
merged 1 commit into from
May 3, 2023

Conversation

braingram
Copy link
Contributor

Astropy removed astropy.io.misc.asdf in their development version.
astropy/astropy#14668

ASDF has one test that silently depended on the astropy.io.misc.asdf submodule to provide an equality function for an AffineTransform.

The PR removing the public API for the legacy extension already deals with this issue but is unlikely to be quickly merged: #1464

This PR includes the updated test from #1464 to not depend on the types provided by the now non-existent astropy.io.misc.asdf which is causing devdeps jobs to fail (as seen in CI runs for this PR #1531).

@braingram braingram requested a review from a team as a code owner April 27, 2023 13:54
@github-actions github-actions bot modified the milestone: 3.0.0 Apr 27, 2023
@braingram
Copy link
Contributor Author

Closing and opening to retrigger docs build.

@braingram braingram merged commit 0e3b3e4 into asdf-format:main May 3, 2023
@braingram braingram deleted the astropy_asdf_drop branch May 3, 2023 12:53
@braingram
Copy link
Contributor Author

Thanks @nden for the review!

braingram added a commit to braingram/asdf that referenced this pull request Aug 1, 2023
drop depending on astropy.io.misc.asdf for test

(cherry picked from commit 0e3b3e4)
@braingram braingram mentioned this pull request Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants