summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/diskcache
diff options
context:
space:
mode:
authorFlorian Brandes <florian.brandes@posteo.de>2022-08-09 17:49:42 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-08-10 22:01:48 +0200
commit8149ba4d974eb2ea87f201b0de4e4bca2ad0dc64 (patch)
tree9c62d694db6b0951f2c209d807340f4302d2c374 /pkgs/development/python-modules/diskcache
parentb514c3ab731c69e07c48f2bb187e76428e861fde (diff)
python3Packages.diskcache: disable test with django 4.1 issue
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Diffstat (limited to 'pkgs/development/python-modules/diskcache')
-rw-r--r--pkgs/development/python-modules/diskcache/default.nix2
1 files changed, 2 insertions, 0 deletions
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 = [