From 37d248957367e6995d1a02b55c59b745b734ed46 Mon Sep 17 00:00:00 2001 From: Keto Date: Wed, 7 Aug 2024 18:55:00 -0400 Subject: [PATCH] castero: disable more tests to fix build --- pkgs/by-name/ca/castero/package.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/ca/castero/package.nix b/pkgs/by-name/ca/castero/package.nix index fad593853a76..f625771452ef 100644 --- a/pkgs/by-name/ca/castero/package.nix +++ b/pkgs/by-name/ca/castero/package.nix @@ -38,7 +38,13 @@ python3.pkgs.buildPythonApplication rec { "tests" ]; - disabledTests = [ "test_datafile_download" ]; + # Disable tests that are problematic with pytest + # Check NixOS/nixpkgs#333019 for more info about these + disabledTests = [ + "test_datafile_download" + "test_display_get_input_str" + "test_display_get_y_n" + ]; pythonImportsCheck = [ "castero"