Skip to content

Commit 9dd5521

Browse files
authored
Merge pull request #1023 from onekey-sec/update_flake_lock_action
Update flake.lock
2 parents ca745a3 + 8f46f02 commit 9dd5521

File tree

2 files changed

+23
-20
lines changed

2 files changed

+23
-20
lines changed

flake.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/unblob/tests.nix

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,14 @@ buildPythonApplication {
2424
dontBuild = true;
2525
dontInstall = true;
2626

27-
nativeCheckInputs = [
28-
pytestCheckHook
29-
pytest-cov
30-
unblob
31-
] ++ unblob.runtimeDeps ++ unblob.propagatedBuildInputs;
27+
nativeCheckInputs =
28+
[
29+
pytestCheckHook
30+
pytest-cov
31+
unblob
32+
]
33+
++ unblob.runtimeDeps
34+
++ unblob.propagatedBuildInputs;
3235
pytestFlagsArray = [
3336
"--no-cov"
3437
];

0 commit comments

Comments
 (0)