Skip to content

Commit

Permalink
chore: format nix file with updated nixfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
qkaiser committed Dec 9, 2024
1 parent 377fdf1 commit 8f46f02
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions nix/unblob/tests.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
];
Expand Down

0 comments on commit 8f46f02

Please sign in to comment.