This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
tox.ini
62 lines (61 loc) · 1.5 KB
/
tox.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[tox]
envlist =
ghost-{ghostunit,ghostreg,ghostbundle,ghostslit,ghostspect,ghostnew}
requires = tox-conda
skipsdist = true
[testenv]
usedevelop = true
whitelist_externals = which
passenv =
HOME
DRAGONS_TEST
DRAGONS_TEST_BRANCHES
LANG
LC_ALL
MPLBACKEND
conda_deps =
asdf>=2.7,!=2.10.0
astropy>=4.3
astroquery>=0.4
astroscrappy>=1.1
bokeh>=2.3
cython>=0.29
docutils>=0.15
future>=0.17
gwcs>=0.14,<0.17 # specutils.Spectrum1D arithmetic bug is fatal with 0.17
imexam
matplotlib>=3.1
numpy>=1.17
pysynphot
pyerfa>=1.7
pytest>=5.2
scipy>=1.3
sextractor>=2.8.6
scikit-image
specutils>=1.1,<1.4
sqlalchemy>=1.3,<2.0.0a0 # new v2 API breaks calmgr (installed as wheel)
conda_channels =
http://astroconda.gemini.edu/public
conda-forge
conda_create_args =
--override-channels
conda_install_args =
--override-channels
deps =
.jenkins/local_calibration_manager/GeminiCalMgr-1.0.2.ghost-py3-none-any.whl
git+https://github.com/GeminiDRSoftware/DRAGONS.git@release/3.0.x
git+https://github.com/GeminiDRSoftware/[email protected]
changedir =
.tmp
commands =
python --version
which python
which pip
which pytest
pip freeze -l
conda list
ghostunit: pytest -v -m ghostunit {posargs}
ghostbundle: pytest -v -m ghostbundle {posargs}
ghostslit: pytest -v -m ghostslit {posargs}
ghostspect: pytest -v -m ghostspect {posargs}
ghostnew: pytest -v -m ghostnew {posargs}