We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb61b25 commit 85b6fe3Copy full SHA for 85b6fe3
tox.ini
@@ -12,6 +12,7 @@ envlist =
12
requires =
13
setuptools >= 30.3.0
14
pip >= 19.3.1
15
+ tox < 4
16
isolated_build = true
17
18
[testenv]
@@ -33,6 +34,7 @@ deps =
33
34
reproject,all: git+https://github.com/astropy/reproject.git#egg=reproject[test,all]
35
specreduce,all: git+https://github.com/astropy/specreduce.git#egg=specreduce[test]
36
specutils,all: git+https://github.com/astropy/specutils.git#egg=specutils[all,test]
37
+ sunpy,all: SQLAlchemy<2
38
sunpy,all: git+https://github.com/sunpy/sunpy.git#egg=sunpy[tests,all]
39
40
skip_install = true
0 commit comments