Skip to content

Commit d3c8152

Browse files
committed
Making sure we pick up the doctestplus version that knows about remote-data
1 parent 49fc262 commit d3c8152

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,9 @@ install_requires=
137137
keyring>=4.0
138138
pyvo>=1.1
139139
six
140-
tests_require = pytest-astropy
140+
tests_require =
141+
pytest-doctestplus>=0.9
142+
pytest-astropy
141143

142144
[options.extras_require]
143145
test=

0 commit comments

Comments
 (0)