tardis-sn/carsus

Notice: You might be using enable_deprecations_as_exceptions that is removed in astropy v6

Closed this issue · 1 comments

pllim commented

This is an automated issue from Astropy. You might be using code removed in astropy v6.0.dev from astropy/astropy#14670 in the following files:

* carsus/conftest.py

Please use https://docs.pytest.org/en/stable/how-to/capture-warnings.html instead.

If this issue is opened in error or irrelevant, feel free to close. We apologize for any inconvenience caused.

chvogl commented

Looks like the use of enable_deprecations_as_exceptions is commented out:

# from astropy.tests.helper import enable_deprecations_as_exceptions # noqa