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

require pytest 8 to deal with warnings change #1805

Closed braingram closed 2 months ago

braingram commented 2 months ago

As reported in https://github.com/asdf-format/asdf/issues/1804 one of our tests fails when run with pytest < 8.

This PR pins pytest to > 8.

Fixes: https://github.com/asdf-format/asdf/issues/1804

Checklist: