Skip to content

Commit 8a5cfcc

Browse files
committed
Revert "Skip broken dandi-cli tests"
This reverts commit 56969e5. That test was adjusted for becoming compatible with recent python/vcr and marked xfailed on older ones. See dandi/dandi-cli#1337 which was released in dandi-cli 0.57.0 . As such, custom skip is no longer needed here.
1 parent 8d66efa commit 8a5cfcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cli-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Run dandi-api tests in dandi-cli
7878
run: |
79-
python -m pytest --dandi-api -k "not test_update_dandiset_from_doi" \
79+
python -m pytest --dandi-api \
8080
"$pythonLocation/lib/python${{ matrix.python }}/site-packages/dandi"
8181
env:
8282
DANDI_TESTS_PERSIST_DOCKER_COMPOSE: "1"

0 commit comments

Comments
 (0)