diff options
Diffstat (limited to 'pkgs/development/python-modules/buildcatrust/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/buildcatrust/default.nix | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/pkgs/development/python-modules/buildcatrust/default.nix b/pkgs/development/python-modules/buildcatrust/default.nix index 5fc3eab56039..cc2b5b5a2946 100644 --- a/pkgs/development/python-modules/buildcatrust/default.nix +++ b/pkgs/development/python-modules/buildcatrust/default.nix @@ -1,8 +1,9 @@ -{ lib -, buildPythonPackage -, fetchPypi -, flit-core -, pytestCheckHook +{ + lib, + buildPythonPackage, + fetchPypi, + flit-core, + pytestCheckHook, }: buildPythonPackage rec { @@ -15,13 +16,9 @@ buildPythonPackage rec { hash = "sha256-Ac10CZdihFBmr5LE6xFKx4+zr2n5nyR23px6N4vN05M="; }; - nativeBuildInputs = [ - flit-core - ]; + nativeBuildInputs = [ flit-core ]; - nativeCheckInputs = [ - pytestCheckHook - ]; + nativeCheckInputs = [ pytestCheckHook ]; disabledTestPaths = [ # Non-hermetic, needs internet access (e.g. attempts to retrieve NSS store). |
