Skip to content

Commit

Permalink
things that go bump in the night
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Feb 6, 2025
1 parent c60fa19 commit cab17c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ deps =
extras =
tests
commands_pre =
oldestdeps: minimum_dependencies dkist --filename requirements-min.txt
oldestdeps: pip install -r requirements-min.txt cryptography<42 jsonschema==4.0.1
# We need to pin down the cryptography transitive dependency because of globus
oldestdeps: minimum_dependencies dkist --filename requirements-min.txt cryptography<42
oldestdeps: pip install -r requirements-min.txt
figure: python -c "from dkist.data.sample import download_all_sample_data; download_all_sample_data()"
pip freeze --all --no-input
commands =
Expand Down

0 comments on commit cab17c4

Please sign in to comment.