We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bda8ba + b64ab50 commit b815f60Copy full SHA for b815f60
setup.cfg
@@ -58,7 +58,7 @@ testpaths = "sunkit_instruments" "docs"
58
norecursedirs = ".tox" "build" "docs[\/]_build" "docs[\/]generated" "*.egg-info" "examples" ".history" "sunkit_instruments/_dev"
59
doctest_plus = enabled
60
doctest_optionflags = NORMALIZE_WHITESPACE FLOAT_CMP ELLIPSIS
61
-addopts = -rsa -vvv --doctest-rst --doctest-ignore-import-errors
+addopts = -rsa -vvv --doctest-rst --doctest-ignore-import-errors -p no:unraisableexception -p no:threadexception
62
markers =
63
remote_data: marks this test function as needing remote data.
64
online: marks this test function as needing online connectivity.
0 commit comments