diff options
Diffstat (limited to 'pkgs/development/python-modules/pytest-astropy-header/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/pytest-astropy-header/default.nix | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/pkgs/development/python-modules/pytest-astropy-header/default.nix b/pkgs/development/python-modules/pytest-astropy-header/default.nix index 43f2edfc30ea..edaa756b7870 100644 --- a/pkgs/development/python-modules/pytest-astropy-header/default.nix +++ b/pkgs/development/python-modules/pytest-astropy-header/default.nix @@ -1,12 +1,13 @@ -{ lib -, buildPythonPackage -, fetchPypi -, fetchpatch -, pytest -, pytest-cov -, pytestCheckHook -, numpy -, setuptools-scm +{ + lib, + buildPythonPackage, + fetchPypi, + fetchpatch, + pytest, + pytest-cov, + pytestCheckHook, + numpy, + setuptools-scm, }: buildPythonPackage rec { @@ -19,13 +20,9 @@ buildPythonPackage rec { sha256 = "77891101c94b75a8ca305453b879b318ab6001b370df02be2c0b6d1bb322db10"; }; - nativeBuildInputs = [ - setuptools-scm - ]; + nativeBuildInputs = [ setuptools-scm ]; - buildInputs = [ - pytest - ]; + buildInputs = [ pytest ]; nativeCheckInputs = [ pytestCheckHook |
