python3Packages.isort: refactor

This commit is contained in:
Jonathan Ringer 2020-11-29 13:17:17 -08:00 committed by Frederik Rietdijk
parent 356d1d95c7
commit 39111279b1

View File

@ -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