python3Packages.aioridwell: disable failing test

main
Fabian Affolter 3 years ago committed by Jonathan Ringer
parent 1f85a06f89
commit c56e8d2531
  1. 5
      pkgs/development/python-modules/aioridwell/default.nix

@ -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/"

Loading…
Cancel
Save