Skip to content

Commit b815f60

Browse files
authored
Merge pull request #44 from sunpy/ci_fix
Update setup.cfg
2 parents 4bda8ba + b64ab50 commit b815f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ testpaths = "sunkit_instruments" "docs"
5858
norecursedirs = ".tox" "build" "docs[\/]_build" "docs[\/]generated" "*.egg-info" "examples" ".history" "sunkit_instruments/_dev"
5959
doctest_plus = enabled
6060
doctest_optionflags = NORMALIZE_WHITESPACE FLOAT_CMP ELLIPSIS
61-
addopts = -rsa -vvv --doctest-rst --doctest-ignore-import-errors
61+
addopts = -rsa -vvv --doctest-rst --doctest-ignore-import-errors -p no:unraisableexception -p no:threadexception
6262
markers =
6363
remote_data: marks this test function as needing remote data.
6464
online: marks this test function as needing online connectivity.

0 commit comments

Comments
 (0)