TST: double job to take args like single run#17743
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.
|
This comment was marked as outdated.
This comment was marked as outdated.
6358984 to
8c47362
Compare
|
Okay.. When I throw in docs and |
|
Maaaybe we don't need to ensure that docs folder can be run twice? My original beef was that doctest was not run in The first 2 might be because of |
|
Agreed that we don't have to run the doctests twice - our goal for those is just to ensure a user doesn't stumble on a problem while trying things out. The |
and take args like single run
8c47362 to
939a127
Compare
|
Huh... Removing the "docs" folder made the failures disappear. Perhaps including narrative docs polluted the state of the tests... |
|
Ended up not liking that the doctests had side effects, so tried to fix them at #17747 - and added your first commit to see whether that indeed solves things. |
Description
This pull request is a direct follow-up of #17732 (comment)