diff options
Diffstat (limited to 'pkgs/development/python-modules/ipython-genutils/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/ipython-genutils/default.nix | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/pkgs/development/python-modules/ipython-genutils/default.nix b/pkgs/development/python-modules/ipython-genutils/default.nix index 4e8487f3f2c4..a0f8717de4b6 100644 --- a/pkgs/development/python-modules/ipython-genutils/default.nix +++ b/pkgs/development/python-modules/ipython-genutils/default.nix @@ -1,10 +1,11 @@ -{ lib -, buildPythonPackage -, fetchPypi -, setuptools -, nose -, pytestCheckHook -, pythonAtLeast +{ + lib, + buildPythonPackage, + fetchPypi, + setuptools, + nose, + pytestCheckHook, + pythonAtLeast, }: buildPythonPackage rec { @@ -21,9 +22,7 @@ buildPythonPackage rec { hash = "sha256-6y4RbnXs751NIo/cZq9UJpr6JqtEYwQuM3hbiHxii6g="; }; - nativeBuildInputs = [ - setuptools - ]; + nativeBuildInputs = [ setuptools ]; nativeCheckInputs = [ nose @@ -36,9 +35,7 @@ buildPythonPackage rec { --replace "tearDown" "teardown_method" ''; - pythonImportsCheck = [ - "ipython_genutils" - ]; + pythonImportsCheck = [ "ipython_genutils" ]; meta = { description = "Vestigial utilities from IPython"; |
