Skip to content

Commit 943d225

Browse files
committed
Being explicit about oldest dependency in tox, numpy has to at max what oldest astropy supports
1 parent b78f40e commit 943d225

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tox.ini

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@ description = run tests
2929
deps =
3030
devastropy: git+https://github.com/astropy/astropy.git#egg=astropy
3131

32-
# TODO: Add more versions to oldestdeps
33-
oldestdeps: astropy==3.1
32+
# TODO: Add more versions to oldestdeps. numpy<1.15 could not be installed
33+
# in CI, a much newer version was pulled in instead, thus setting
34+
# minimum numpy to 1.15.
3435

36+
oldestdeps: astropy==3.1.2
37+
oldestdeps: numpy==1.15
3538
cov: codecov
3639

3740
extras =

0 commit comments

Comments
 (0)