-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
sunpy_pytest.ini
32 lines (32 loc) · 1.05 KB
/
sunpy_pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# This is a reduced config to run in this specific CI
[pytest]
minversion = 7.0
testpaths =
sunpy
docs
norecursedirs =
.tox
build
docs/_build
docs/generated
*.egg-info
examples
sunpy/_dev
.history
tools
sunpy/extern
benchmarks
doctest_plus = enabled
doctest_optionflags = NORMALIZE_WHITESPACE FLOAT_CMP ELLIPSIS
addopts = --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/
markers =
remote_data: marks this test function as needing remote data.
online: marks this test function as needing online connectivity.
mpl_image_compare: marks this test function as using hash-based Matplotlib figure verification. This mark is not meant to be directly applied, but is instead automatically applied when a test function uses the @sunpy.tests.helpers.figure_test decorator.
flaky
array_compare
remote_data_strict = true
filterwarnings =
ignore