summary refs log tree commit diff
path: root/pkgs/development/python-modules/aioridwell/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/aioridwell/default.nix')
-rw-r--r--pkgs/development/python-modules/aioridwell/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/aioridwell/default.nix b/pkgs/development/python-modules/aioridwell/default.nix
index 2b3bc08d1d9..a11e06791f6 100644
--- a/pkgs/development/python-modules/aioridwell/default.nix
+++ b/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/"