Skip to content

Commit

Permalink
Merge pull request #1023 from onekey-sec/update_flake_lock_action
Browse files Browse the repository at this point in the history
Update flake.lock
  • Loading branch information
qkaiser authored Dec 9, 2024
2 parents ca745a3 + 8f46f02 commit 9dd5521
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 20 deletions.
30 changes: 15 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 9dd5521

Please sign in to comment.