diff --git a/pkgs/development/python-modules/isort/default.nix b/pkgs/development/python-modules/isort/default.nix index 3243acd19ee..4c28ad9cf68 100644 --- a/pkgs/development/python-modules/isort/default.nix +++ b/pkgs/development/python-modules/isort/default.nix @@ -1,6 +1,10 @@ -{ lib, buildPythonPackage, fetchFromGitHub, setuptools, futures -, backports_functools_lru_cache, mock, pytestCheckHook, poetry, hypothesis, pylama +{ lib, buildPythonPackage, fetchFromGitHub , colorama +, hypothesis +, poetry +, pylama +, pytestCheckHook +, setuptools }: let @@ -22,7 +26,12 @@ in buildPythonPackage rec { setuptools ]; - checkInputs = [ colorama hypothesis pylama pytestCheckHook ]; + checkInputs = [ + colorama + hypothesis + pylama + pytestCheckHook + ]; postCheck = '' # Confirm that the produced executable script is wrapped correctly and runs