python3Packages.aioridwell: disable failing test

conduit-nginx
Fabian Affolter 2021-10-20 13:51:46 +02:00 committed by Jonathan Ringer
parent 1f85a06f89
commit c56e8d2531
1 changed files with 5 additions and 0 deletions

View File

@ -55,6 +55,11 @@ buildPythonPackage rec {
--replace 'pytz = "^2021.3"' 'pytz = "*"'
'';
disabledTests = [
# AssertionError: assert datetime.date(...
"test_get_next_pickup_event"
];
disabledTestPaths = [
# Ignore the examples directory as the files are prefixed with test_
"examples/"