Skip to content

Commit 85b6fe3

Browse files
committed
Pin SQLAlchemy<2 for sunpy
1 parent bb61b25 commit 85b6fe3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ envlist =
1212
requires =
1313
setuptools >= 30.3.0
1414
pip >= 19.3.1
15+
tox < 4
1516
isolated_build = true
1617

1718
[testenv]
@@ -33,6 +34,7 @@ deps =
3334
reproject,all: git+https://github.com/astropy/reproject.git#egg=reproject[test,all]
3435
specreduce,all: git+https://github.com/astropy/specreduce.git#egg=specreduce[test]
3536
specutils,all: git+https://github.com/astropy/specutils.git#egg=specutils[all,test]
37+
sunpy,all: SQLAlchemy<2
3638
sunpy,all: git+https://github.com/sunpy/sunpy.git#egg=sunpy[tests,all]
3739

3840
skip_install = true

0 commit comments

Comments
 (0)