Skip to content

Commit d104751

Browse files
authored
Merge pull request #47 from eerovaher/min-pytest-doctestplus
Update minimum required pytest-doctestplus version
2 parents aa41c59 + a77198f commit d104751

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Changes in sphinx-astropy
44
1.6 (unreleased)
55
----------------
66

7+
- Updated minimum required version of ``pytest-doctestplus`` to 0.11. [#47]
78

89
1.5 (2021-07-20)
910
----------------

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>=0.10.1
28+
pytest-doctestplus>=0.11
2929

3030
[options.extras_require]
3131
all = astropy

0 commit comments

Comments
 (0)