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 { lib, buildPythonPackage, fetchFromGitHub
, backports_functools_lru_cache, mock, pytestCheckHook, poetry, hypothesis, pylama
, colorama , colorama
, hypothesis
, poetry
, pylama
, pytestCheckHook
, setuptools
}: }:
let let
@ -22,7 +26,12 @@ in buildPythonPackage rec {
setuptools setuptools
]; ];
checkInputs = [ colorama hypothesis pylama pytestCheckHook ]; checkInputs = [
colorama
hypothesis
pylama
pytestCheckHook
];
postCheck = '' postCheck = ''
# Confirm that the produced executable script is wrapped correctly and runs # Confirm that the produced executable script is wrapped correctly and runs