Skip to content

Commit 92e86a7

Browse files
committed
TEST: using new continue on failure mode of doctestplus
1 parent e7c684d commit 92e86a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ astropy_header = true
3333
text_file_format = rst
3434
xfail_strict = true
3535
remote_data_strict = true
36-
addopts = --color=yes --doctest-rst
36+
addopts = --color=yes --doctest-rst --doctest-continue-on-failure
3737
filterwarnings =
3838
error
3939
# These are temporary measures, all of these should be fixed:
@@ -120,7 +120,7 @@ install_requires=
120120
keyring>=15.0
121121
pyvo>=1.1
122122
tests_require =
123-
pytest-doctestplus>=0.10.1
123+
pytest-doctestplus>=0.13
124124
pytest-astropy
125125

126126
[options.extras_require]

0 commit comments

Comments
 (0)