python3Packages.aioridwell: disable failing test
This commit is contained in:
committed by
Jonathan Ringer
parent
1f85a06f89
commit
c56e8d2531
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user