python3Packages.fasteners: add more-itertools to check deps

This commit is contained in:
Martin Weinelt 2022-03-31 22:45:40 +02:00
parent 6342d86542
commit 9d5a47f739

View file

@ -2,6 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, diskcache
, more-itertools
, pytestCheckHook
}:
@ -19,6 +20,7 @@ buildPythonPackage rec {
checkInputs = [
diskcache
more-itertools
pytestCheckHook
];