asdf-format / asdf

ASDF (Advanced Scientific Data Format) is a next generation interchange format for scientific data
http://asdf.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
523 stars 57 forks source link

drop doctestplus test dependency #1765

Closed braingram closed 7 months ago

braingram commented 7 months ago

Description

pytest-doctestplus is listed as a test dependency. However, none of the "plus" features are used and this PR drops it as a dependency and replaces it with the builtin doctest.

With this PR the 3.11 tests pick up 1756 tests https://github.com/asdf-format/asdf/actions/runs/8143804626/job/22256481482?pr=1765#step:10:247

this is the same as the 3.11 tests for main: https://github.com/asdf-format/asdf/actions/runs/8096624540/job/22125799613#step:10:248

Checklist: