pyhon3Packages.deal: fix build by disabling test

Disable 'test_exception_hook'.
Since commit 6d9c724458
(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 <florian.brandes@posteo.de>
This commit is contained in:
2023-01-17 19:14:21 +01:00
parent 5770984a95
commit 29ef9cd1ca
@@ -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 = [