Commit 2a8ff4cb authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.cryptodatahub: disable failing tests

parent 6b80565d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
  '';