Skip to content

Commit 222c0f1

Browse files
authored
Do not run figure tests
1 parent 60a842f commit 222c0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sunpy_tst.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ testpaths = "sunpy" "docs"
33
norecursedirs = ".tox" "build" "docs[\/]_build" "docs[\/]generated" "*.egg-info" "examples" "sunpy[/\]_dev" ".jupyter" ".history" "tools" "sunpy[\/]extern" "benchmarks"
44
doctest_plus = enabled
55
doctest_optionflags = NORMALIZE_WHITESPACE FLOAT_CMP ELLIPSIS
6-
addopts = --dist no --arraydiff --doctest-rst --doctest-ignore-import-errors -p no:unraisableexception -p no:threadexception
6+
addopts = --dist no --arraydiff --doctest-rst --doctest-ignore-import-errors -p no:unraisableexception -p no:threadexception -m "not mpl_image_compare"
77
asdf_schema_tests_enabled = true
88
asdf_schema_root = sunpy/io/special/asdf/resources/
99
mpl-results-path = figure_test_images

0 commit comments

Comments
 (0)