Merge pull request #211262 from gador/deal-disable-test

pyhon3Packages.deal: fix build by disabling test
This commit is contained in:
Thiago Kenji Okada 2023-01-19 11:51:30 +00:00 committed by GitHub
commit 4d113bf3d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [