diff options
Diffstat (limited to 'pkgs/development/python-modules/dockerfile-parse/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/dockerfile-parse/default.nix | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/pkgs/development/python-modules/dockerfile-parse/default.nix b/pkgs/development/python-modules/dockerfile-parse/default.nix index 88a568ed258b..ae829a65e71d 100644 --- a/pkgs/development/python-modules/dockerfile-parse/default.nix +++ b/pkgs/development/python-modules/dockerfile-parse/default.nix @@ -1,8 +1,9 @@ -{ lib -, buildPythonPackage -, fetchPypi -, pytestCheckHook -, pythonOlder +{ + lib, + buildPythonPackage, + fetchPypi, + pytestCheckHook, + pythonOlder, }: buildPythonPackage rec { @@ -17,13 +18,9 @@ buildPythonPackage rec { hash = "sha256-MYTM3FEyIZg+UDrADhqlBKKqj4Tl3mc8RrC27umex7w="; }; - nativeCheckInputs = [ - pytestCheckHook - ]; + nativeCheckInputs = [ pytestCheckHook ]; - pythonImportsCheck = [ - "dockerfile_parse" - ]; + pythonImportsCheck = [ "dockerfile_parse" ]; disabledTests = [ # python-dockerfile-parse.spec is not present |
