From 39111279b1148715b1ec706327af45852aad100a Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Sun, 29 Nov 2020 13:17:17 -0800 Subject: [PATCH] python3Packages.isort: refactor --- pkgs/development/python-modules/isort/default.nix | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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