MNT: Run PTH flake test in prep for supporting pathlib (time)#16923
MNT: Run PTH flake test in prep for supporting pathlib (time)#16923pllim merged 1 commit intoastropy:mainfrom
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 |
abf8a7f to
34c0b33
Compare
209c130 to
2cecd81
Compare
|
Note that labels |
2cecd81 to
be518f7
Compare
|
|
||
| with pytest.warns(AstropyWarning, match="ValueError.*did not find expiration"): | ||
| update_leap_seconds([bad_file]) | ||
| # FIXME: update_leap_seconds should be able to handle Path objects |
There was a problem hiding this comment.
If this is not an issue already, maybe we should open a GitHub issue and link that here?
There was a problem hiding this comment.
yes. I just took a very quick look and it's indeed not trivial to fix, so an issue seems appropriate. I can open it tomorrow (unless you want to beat me to it)
There was a problem hiding this comment.
You can probably provide better details. I can wait. Thanks! 😺
There was a problem hiding this comment.
done in #16929 (and linked in a comment here)
There was a problem hiding this comment.
thanks for reminding me ! rebased, and soon-to-be undrafted
be518f7 to
1718d7c
Compare
1718d7c to
4600460
Compare
4600460 to
1c10db9
Compare
Co-authored-by: Mridul Seth <git@mriduls.com>
1c10db9 to
d9d1145
Compare
mhvk
left a comment
There was a problem hiding this comment.
Looks good to me too. Since already indirectly approved by Tom, I'll go ahead and merge.
|
Actually, I cannot merge since the aarch64 failed -- operation cancelled -- though it does not seem related... |
|
yes it's an unrelated timeout which we've been seeing a lot lately |
Merge should not have been disabled because of that job. It is not one of the required jobs for branch protection. 🤔 |
|
For completeness, the timeout is a separate issue #16565 Thanks, all! |
Description
Extracted from #16060
@taldcroft already approved this bit in #16060 (review)