python312Packages.cryptodatahub: disable failing tests (#340275)

This commit is contained in:
Fabian Affolter 2024-09-08 20:01:24 +02:00 committed by GitHub
commit bc234f96a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
'';