summaryrefslogtreecommitdiff
path: root/tools/refguide_check.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/refguide_check.py')
-rw-r--r--tools/refguide_check.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/refguide_check.py b/tools/refguide_check.py
index 1d230b385..2c69b9464 100644
--- a/tools/refguide_check.py
+++ b/tools/refguide_check.py
@@ -99,12 +99,6 @@ DOCTEST_SKIPDICT = {
'numpy.lib.DataSource': None,
'numpy.lib.Repository': None,
}
-if sys.version_info < (3, 9):
- DOCTEST_SKIPDICT.update({
- "numpy.core.ndarray": {"__class_getitem__"},
- "numpy.core.dtype": {"__class_getitem__"},
- "numpy.core.number": {"__class_getitem__"},
- })
# Skip non-numpy RST files, historical release notes
# Any single-directory exact match will skip the directory and all subdirs.