python3Packages.aiopvpc: disable failing tests with holidays 0.13

This commit is contained in:
Fabian Affolter 2022-03-04 16:40:45 +01:00 committed by Martin Weinelt
parent a75deda6aa
commit adeaf5627c
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -46,6 +46,11 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# Failures seem related to changes in holidays-0.13, https://github.com/azogue/aiopvpc/issues/44
"test_number_of_national_holidays"
];
postPatch = ''
substituteInPlace pyproject.toml --replace \
" --cov --cov-report term --cov-report html" ""