diff options
Diffstat (limited to 'pkgs/development/python-modules/diskcache/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/diskcache/default.nix | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/pkgs/development/python-modules/diskcache/default.nix b/pkgs/development/python-modules/diskcache/default.nix index 328777370782..4fe4bad03abc 100644 --- a/pkgs/development/python-modules/diskcache/default.nix +++ b/pkgs/development/python-modules/diskcache/default.nix @@ -1,11 +1,12 @@ -{ lib -, stdenv -, buildPythonPackage -, fetchFromGitHub -, pytest-django -, pytest-xdist -, pytestCheckHook -, pythonOlder +{ + lib, + stdenv, + buildPythonPackage, + fetchFromGitHub, + pytest-django, + pytest-xdist, + pytestCheckHook, + pythonOlder, }: buildPythonPackage rec { @@ -47,9 +48,7 @@ buildPythonPackage rec { "test_cache_write_unpicklable_object" ]; - pythonImportsCheck = [ - "diskcache" - ]; + pythonImportsCheck = [ "diskcache" ]; meta = with lib; { description = "Disk and file backed persistent cache"; |
