From 8149ba4d974eb2ea87f201b0de4e4bca2ad0dc64 Mon Sep 17 00:00:00 2001 From: Florian Brandes Date: Tue, 9 Aug 2022 17:49:42 +0200 Subject: [PATCH] python3Packages.diskcache: disable test with django 4.1 issue Signed-off-by: Florian Brandes --- pkgs/development/python-modules/diskcache/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/diskcache/default.nix b/pkgs/development/python-modules/diskcache/default.nix index cf3f7b514b1f..6a8d1e59cea7 100644 --- a/pkgs/development/python-modules/diskcache/default.nix +++ b/pkgs/development/python-modules/diskcache/default.nix @@ -43,6 +43,8 @@ buildPythonPackage rec { "test_incr_version" "test_get_or_set" "test_get_many" + # see https://github.com/grantjenks/python-diskcache/issues/260 + "test_cache_write_unpicklable_object" ]; pythonImportsCheck = [