From b8114b61d153493bdc1e23b6c68f473f14bbc7d7 Mon Sep 17 00:00:00 2001 From: Marshall Perrin Date: Thu, 8 Jun 2023 12:54:30 -0400 Subject: [PATCH] remove comment text that mentions a deprecated astropy feature [ci skip] --- conftest.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conftest.py b/conftest.py index 7466c480..ccaa1c55 100644 --- a/conftest.py +++ b/conftest.py @@ -19,7 +19,3 @@ TESTED_VERSIONS['poppy'] = __version__ -## Uncomment the following line to treat all DeprecationWarnings as -## exceptions -# from astropy.tests.helper import enable_deprecations_as_exceptions -# enable_deprecations_as_exceptions()