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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user