Skip to content

Commit fd9b078

Browse files
committed
Fix failing test.
1 parent fd2122a commit fd9b078

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

numpydoc/tests/test_docscrape.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1497,6 +1497,8 @@ class Config():
14971497
def __init__(self, a, b):
14981498
self.numpydoc_xref_aliases = a
14991499
self.numpydoc_xref_aliases_complete = b
1500+
# numpydoc.update_config fails if this config option not present
1501+
self.numpydoc_validation_checks = set()
15001502

15011503
xref_aliases_complete = deepcopy(DEFAULT_LINKS)
15021504
for key in xref_aliases:

0 commit comments

Comments
 (0)