Skip to content

Commit

Permalink
disable doctests until we can implement caching (biocommons#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
reece committed Dec 18, 2021
1 parent f4c0ddb commit 3806309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[pytest]
addopts =
-rsvx -m 'not extra'
--doctest-modules --doctest-glob='*.rst' --doctest-glob='*.txt'
--cov-config=setup.cfg --cov=hgvs
--ignore=hgvs/dataproviders/ncbi.py
# incurs uncachable network calls: --doctest-modules --doctest-glob='*.rst' --doctest-glob='*.txt'
doctest_optionflags =
NORMALIZE_WHITESPACE
IGNORE_EXCEPTION_DETAIL
Expand Down

0 comments on commit 3806309

Please sign in to comment.