summary refs log tree commit diff
path: root/pkgs/development/python-modules/aioridwell/default.nix
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-10-20 13:51:46 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-10-20 09:48:37 -0700
commitc56e8d2531f0fb63e53e7ea79945357ab03ffec1 (patch)
tree00218961398979556b8ea19a5a8a19a770e86980 /pkgs/development/python-modules/aioridwell/default.nix
parent1f85a06f899c4a5c0481d102cc6747a17389c649 (diff)
downloadnixpkgs-c56e8d2531f0fb63e53e7ea79945357ab03ffec1.tar
nixpkgs-c56e8d2531f0fb63e53e7ea79945357ab03ffec1.tar.gz
nixpkgs-c56e8d2531f0fb63e53e7ea79945357ab03ffec1.tar.bz2
nixpkgs-c56e8d2531f0fb63e53e7ea79945357ab03ffec1.tar.lz
nixpkgs-c56e8d2531f0fb63e53e7ea79945357ab03ffec1.tar.xz
nixpkgs-c56e8d2531f0fb63e53e7ea79945357ab03ffec1.tar.zst
nixpkgs-c56e8d2531f0fb63e53e7ea79945357ab03ffec1.zip
python3Packages.aioridwell: disable failing test
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/"