Skip to content

Commit 4ba6380

Browse files
committed
Update change log
1 parent 914d450 commit 4ba6380

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/changes.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ PyDL Changelog
55
1.0.2 (unreleased)
66
------------------
77

8-
* No changes yet.
8+
* Remove deprecated ``astropy.tests.runner.TestRunner`` (PR `#80`_).
9+
See also `astropy/astropy#16177`_.
10+
11+
.. _`#80`: https://github.com/weaverba137/pydl/pull/80
12+
.. _`astropy/astropy#16177`: https://github.com/astropy/astropy/issues/16177
913

1014
1.0.1 (2024-07-23)
1115
------------------

setup.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,10 @@ addopts = --color=yes --doctest-rst --astropy-header
6666
[coverage:run]
6767
relative_files = True
6868
omit =
69-
pydl/conftest.py
7069
pydl/tests/*
7170
pydl/*/tests/*
7271
pydl/extern/*
7372
pydl/version*
74-
*/pydl/conftest.py
7573
*/pydl/tests/*
7674
*/pydl/*/tests/*
7775
*/pydl/extern/*

0 commit comments

Comments
 (0)