From 29ef9cd1ca2947be5c45cf0c8e9a452e61ee7d9b Mon Sep 17 00:00:00 2001 From: Florian Brandes Date: Tue, 17 Jan 2023 19:14:21 +0100 Subject: [PATCH] pyhon3Packages.deal: fix build by disabling test Disable 'test_exception_hook'. Since commit 6d9c72445899838d00828e85b2c5057b99ccc8b0 (pytest 7.1.3 -> 7.2.0) the test fails. Official CI builds with pytest 7.1.2. There doesn't seem to be a way to submit an upstream issue. Signed-off-by: Florian Brandes --- pkgs/development/python-modules/deal/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/deal/default.nix b/pkgs/development/python-modules/deal/default.nix index a7465d57dccb..3a91e8afeb6d 100644 --- a/pkgs/development/python-modules/deal/default.nix +++ b/pkgs/development/python-modules/deal/default.nix @@ -77,6 +77,8 @@ buildPythonPackage rec { "test_scheme_contract_is_satisfied_when_setting_arg" "test_scheme_contract_is_satisfied_within_chain" "test_scheme_errors_rewrite_message" + # broken since pytest > 7.1.3 + "test_exception_hook" ]; disabledTestPaths = [