skypyproject / skypy

SkyPy: A package for modelling the Universe.
BSD 3-Clause "New" or "Revised" License
118 stars 38 forks source link

TST: Check new astropy file overwrite error message in logging test #498

Closed rrjbca closed 2 years ago

rrjbca commented 2 years ago

Description

Use new NOT_OVERWRITING_MSG from astropy when checking for file overwrite error message in logging test. Fallback on old error message for previous versions of astropy where it is unavailable. Tested locally using tox -v -e py39-test and tox -v -e py39-test-dev so should resolve current compatibility workflow failure. Resolves #497

Checklist