python3Packages.isort: refactor
This commit is contained in:
parent
356d1d95c7
commit
39111279b1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user