forked from mirrors/nixpkgs
python3Packages.diskcache: disable test with django 4.1 issue
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
parent
b514c3ab73
commit
8149ba4d97
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue