We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cff605 commit ded0dafCopy full SHA for ded0daf
.github/workflows/main.yml
@@ -66,4 +66,4 @@ jobs:
66
uses: ./.github/actions/setup-git-lfs
67
68
- name: Run pytest
69
- run: poetry run pytest
+ run: poetry run pytest -vvv
default.nix
@@ -111,7 +111,7 @@ self // {
111
112
# romfs sample file contains some funky symlinks which get
113
# removed when source is copyed to the nix store.
114
- pytest -k "not test_all_handlers[filesystem.romfs]" --no-cov
+ pytest -vvv -k "not test_all_handlers[filesystem.romfs]" --no-cov
115
)
116
'';
117
});
0 commit comments