Skip to content

Commit 48e310b

Browse files
committed
Address review: Be explicit about version requirement
1 parent a7c0070 commit 48e310b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ install_requires =
2525
sphinx-automodapi
2626
sphinx-gallery
2727
pillow
28-
pytest-doctestplus
28+
pytest-doctestplus>=0.10.1
2929

3030
[options.extras_require]
3131
all = astropy

sphinx_astropy/conf/v1.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
import sphinx
1919
from distutils.version import LooseVersion
2020

21-
import pytest_doctestplus.sphinx.doctestplus
22-
2321
try:
2422
import astropy
2523
except ImportError:

0 commit comments

Comments
 (0)