-
Notifications
You must be signed in to change notification settings - Fork 16
/
setup.cfg
48 lines (45 loc) · 1.47 KB
/
setup.cfg
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[metadata]
license_files = LICENSE
[tool:pytest]
addopts = --pyargs
markers =
dragons_remote_data : Tests that download data from the archive.
gmos : GMOS Tests
gmosls : GMOS Long-slit Tests
gmosimage : GMOS Image Tests
f2 : F2 Tests
f2ls : F2 Long-slit Tests
f2image : F2 Image Tests
gsaoi : GSAOI tests
niri : NIRI tests
nirils : NIRI Long-slit tests
niriimage : NIRI Image tests
gnirs : GNIRS tests
gnirsls : GNIRS Long-slit tests
gnirsxd : GNIRS Cross-dispersed tests
gnirsimage : GNIRS Image tests
interactive : Tests for primitives that run interactively. Should run only locally.
integration_test : Long tests using Reduce(...)
preprocessed_data : Tests that require preprocessed data
regression : Tests that will compare output data with reference data.
slow : Slow tests
ghost : GHOST tests
ghostbundle : GHOST tests on bundles
ghostslit : GHOST tests on SVC frames
ghostspect : GHOST tests on echellogram frames
wavecal : Wavelength calibration tests
filterwarnings =
ignore:The timefunc function is deprecated
ignore:This emulation is deprecated, use 'importlib' instead:DeprecationWarning
norecursedirs =
old_astrodata_Gemini/*
old_other
out_unit
[pydocstyle]
convention=numpy
[tool.isort]
default_section = THIRDPARTY
known_first_party = astrodata,geminidr,gemini_instruments,gempy,recipe_system
multi_line_output = 0
balanced_wrapping = true
include_trailing_comma = false