diff --git a/nix/unblob/tests.nix b/nix/unblob/tests.nix index cd0cdf4acb..6ad70c73ea 100644 --- a/nix/unblob/tests.nix +++ b/nix/unblob/tests.nix @@ -24,11 +24,14 @@ buildPythonApplication { dontBuild = true; dontInstall = true; - nativeCheckInputs = [ - pytestCheckHook - pytest-cov - unblob - ] ++ unblob.runtimeDeps ++ unblob.propagatedBuildInputs; + nativeCheckInputs = + [ + pytestCheckHook + pytest-cov + unblob + ] + ++ unblob.runtimeDeps + ++ unblob.propagatedBuildInputs; pytestFlagsArray = [ "--no-cov" ];