python3Packages.diskcache: disable test with django 4.1 issue

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>

authored by Florian Brandes and committed by Martin Weinelt 8149ba4d b514c3ab

+2
+2
pkgs/development/python-modules/diskcache/default.nix
··· 43 "test_incr_version" 44 "test_get_or_set" 45 "test_get_many" 46 ]; 47 48 pythonImportsCheck = [
··· 43 "test_incr_version" 44 "test_get_or_set" 45 "test_get_many" 46 + # see https://github.com/grantjenks/python-diskcache/issues/260 47 + "test_cache_write_unpicklable_object" 48 ]; 49 50 pythonImportsCheck = [