Skip to content

Commit

Permalink
Merge pull request #17 from Cadair/patch-1
Browse files Browse the repository at this point in the history
Do not run sunpy figure tests
  • Loading branch information
pllim authored Apr 16, 2024
2 parents 60a842f + 222c0f1 commit a257362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sunpy_tst.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ testpaths = "sunpy" "docs"
norecursedirs = ".tox" "build" "docs[\/]_build" "docs[\/]generated" "*.egg-info" "examples" "sunpy[/\]_dev" ".jupyter" ".history" "tools" "sunpy[\/]extern" "benchmarks"
doctest_plus = enabled
doctest_optionflags = NORMALIZE_WHITESPACE FLOAT_CMP ELLIPSIS
addopts = --dist no --arraydiff --doctest-rst --doctest-ignore-import-errors -p no:unraisableexception -p no:threadexception
addopts = --dist no --arraydiff --doctest-rst --doctest-ignore-import-errors -p no:unraisableexception -p no:threadexception -m "not mpl_image_compare"
asdf_schema_tests_enabled = true
asdf_schema_root = sunpy/io/special/asdf/resources/
mpl-results-path = figure_test_images
Expand Down

0 comments on commit a257362

Please sign in to comment.