From 3806309dd9e08aa5d52cf1b5979e972b6cfbb07c Mon Sep 17 00:00:00 2001 From: Reece Hart Date: Fri, 17 Dec 2021 17:31:53 -0800 Subject: [PATCH] disable doctests until we can implement caching (#633) --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 466f36f0..b689e28b 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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