From f44c8b99225c1be28e72846c66e214887824ab9d Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Thu, 6 Feb 2025 09:37:08 +0000 Subject: [PATCH] things that go bump in the night --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a7ec5353..64399e87 100644 --- a/tox.ini +++ b/tox.ini @@ -59,7 +59,7 @@ 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 + 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 =