From 179f7614ae02beef5b4b9496dc09b6365ba1fec5 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 29 May 2023 13:43:39 +0200 Subject: [PATCH] python310Packages.pontos: disable failing test Expects to be executed in a Git repository, but we remove .git for reproducibility. --- pkgs/development/python-modules/pontos/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/pontos/default.nix b/pkgs/development/python-modules/pontos/default.nix index d8a2a3f0ef03..b069d8e1598d 100644 --- a/pkgs/development/python-modules/pontos/default.nix +++ b/pkgs/development/python-modules/pontos/default.nix @@ -65,6 +65,8 @@ buildPythonPackage rec { # Network access "test_fail_sign_on_upload_fail" "test_successfully_sign" + # calls git log, but our fetcher removes .git + "test_git_error" ]; pythonImportsCheck = [