From b64ab5021d5c061542d206caf6c15ee5ae215d49 Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Mon, 21 Dec 2020 16:31:02 +0000 Subject: [PATCH] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2e9857e1..c33aba8e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -58,7 +58,7 @@ testpaths = "sunkit_instruments" "docs" norecursedirs = ".tox" "build" "docs[\/]_build" "docs[\/]generated" "*.egg-info" "examples" ".history" "sunkit_instruments/_dev" doctest_plus = enabled doctest_optionflags = NORMALIZE_WHITESPACE FLOAT_CMP ELLIPSIS -addopts = -rsa -vvv --doctest-rst --doctest-ignore-import-errors +addopts = -rsa -vvv --doctest-rst --doctest-ignore-import-errors -p no:unraisableexception -p no:threadexception markers = remote_data: marks this test function as needing remote data. online: marks this test function as needing online connectivity.