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 8b06253 commit 1dec40dCopy full SHA for 1dec40d
1 file changed
.github/workflows/dependencies.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Test
37
run: |
38
if test "${{ matrix.project }}" = gitdb; then
39
- GITDB_TEST_GIT_REPO_BASE="$(git rev-parse --git-common-dir)" pytest -v gitdb/gitdb/test
+ GITDB_TEST_GIT_REPO_BASE="$(git rev-parse --git-common-dir)" pytest -o addopts= -v gitdb/gitdb/test
40
else
41
- pytest -v smmap/smmap/test
+ pytest -o addopts= -v smmap/smmap/test
42
fi
0 commit comments