python312Packages.cryptodatahub: disable failing tests (#340275)

This commit is contained in:
Fabian Affolter
2024-09-08 20:01:24 +02:00
committed by GitHub
@@ -56,6 +56,7 @@ buildPythonPackage rec {
preCheck = ''
# failing tests
rm test/updaters/test_common.py
rm test/common/test_key.py
# Tests require network access
rm test/common/test_utils.py
'';