From 2a8ff4cb6ed59f72d09e8338ddbc845487d2ba80 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 7 Sep 2024 10:41:59 +0200 Subject: [PATCH] python312Packages.cryptodatahub: disable failing tests --- pkgs/development/python-modules/cryptodatahub/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/cryptodatahub/default.nix b/pkgs/development/python-modules/cryptodatahub/default.nix index 9fe0ad7acaeb..ba5d3a0fcf1c 100644 --- a/pkgs/development/python-modules/cryptodatahub/default.nix +++ b/pkgs/development/python-modules/cryptodatahub/default.nix @@ -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 '';