diff options
Diffstat (limited to 'pkgs/development/python-modules/face/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/face/default.nix | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/pkgs/development/python-modules/face/default.nix b/pkgs/development/python-modules/face/default.nix index cd024c1fb22b..e2ae2cf8263e 100644 --- a/pkgs/development/python-modules/face/default.nix +++ b/pkgs/development/python-modules/face/default.nix @@ -1,9 +1,10 @@ -{ lib -, buildPythonPackage -, fetchPypi -, boltons -, pytestCheckHook -, pythonOlder +{ + lib, + buildPythonPackage, + fetchPypi, + boltons, + pytestCheckHook, + pythonOlder, }: buildPythonPackage rec { @@ -18,17 +19,11 @@ buildPythonPackage rec { hash = "sha256-1daS+QvI9Zh7Y25H42OEubvaSZqvCneqCwu+g0x2kj0="; }; - propagatedBuildInputs = [ - boltons - ]; + propagatedBuildInputs = [ boltons ]; - nativeCheckInputs = [ - pytestCheckHook - ]; + nativeCheckInputs = [ pytestCheckHook ]; - pythonImportsCheck = [ - "face" - ]; + pythonImportsCheck = [ "face" ]; disabledTests = [ # Assertion error as we take the Python release into account |
