What happened?
https://github.com/astropy/astropy/pull/17874 was merged into main slated for astropy v7.2. Release schedule is at
https://github.com/astropy/astropy/wiki/Release-Calendar and will be updated by Release Manager(s) as appropriate.
Am I affected?
If you manage a Python package and have tests *and* if you inherit TestRunner or use "test = TestRunner.make_test_runner_in(...)" (the latter often found in your package __init__.py file if you used Astropy package template in the past).
Are my users affected?
Not yet. Usually PendingDeprecationWarning is not visible to end-users. But in the future, when the warning is upgraded, they might see it on package import (if you have test runner defined in __init__.py).
What should I do?
See
https://github.com/astropy/astropy/issues/16177 for more details. Please stop using astropy test runner. You should be able to use pytest directly to run your tests. Please reach out to astropy-dev if you have questions or concerns.
Thank you for your cooperation.