File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ PyDL Changelog
5
5
1.0.2 (unreleased)
6
6
------------------
7
7
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
9
13
10
14
1.0.1 (2024-07-23)
11
15
------------------
Original file line number Diff line number Diff line change @@ -66,12 +66,10 @@ addopts = --color=yes --doctest-rst --astropy-header
66
66
[coverage:run]
67
67
relative_files = True
68
68
omit =
69
- pydl/conftest.py
70
69
pydl/tests/*
71
70
pydl/*/tests/*
72
71
pydl/extern/*
73
72
pydl/version*
74
- */pydl/conftest.py
75
73
*/pydl/tests/*
76
74
*/pydl/*/tests/*
77
75
*/pydl/extern/*
You can’t perform that action at this time.
0 commit comments