We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31eadd commit f9a51ddCopy full SHA for f9a51dd
.github/workflows/cli-integration.yml
@@ -68,7 +68,9 @@ jobs:
68
if: matrix.dandi-version == 'release'
69
run: >
70
uvx --with dandi[test]
71
- pytest --pyargs -v --dandi-api dandi
+ pytest --pyargs -v --dandi-api --deselect=tests/test_keyring.py::test_dandi_authenticate_no_env_var dandi
72
+ # TODO: Revert back to
73
+ # pytest --pyargs -v --dandi-api dandi
74
env:
75
DANDI_TESTS_PERSIST_DOCKER_COMPOSE: "1"
76
0 commit comments