Skip to content

Commit 1a34bc0

Browse files
authored
fix oldestdeps (sunpy#911)
1 parent eccbbbb commit 1a34bc0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ extras =
6868
!minimal: tests
6969
commands_pre =
7070
oldestdeps: minimum_dependencies ndcube --extras plotting reproject asdf tests-optional --filename requirements-min.txt
71-
oldestdeps: pip install -r requirements-min.txt
71+
# Pin down pyparsing because of incompatibility with old mpl
72+
oldestdeps: pip install -r requirements-min.txt pyparsing<3.3
7273
oldestdeps: python -c "import astropy.time; astropy.time.update_leap_seconds()"
7374
pip freeze --all --no-input
7475
commands =

0 commit comments

Comments
 (0)