From 8a5cfcc8ff7412ab22920ae62221d33cae8446f4 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 1 Nov 2023 11:45:48 -0400 Subject: [PATCH] Revert "Skip broken dandi-cli tests" This reverts commit 56969e5ea371191a199cba2bc9dbfb8ece28f5e8. That test was adjusted for becoming compatible with recent python/vcr and marked xfailed on older ones. See https://github.com/dandi/dandi-cli/pull/1337 which was released in dandi-cli 0.57.0 . As such, custom skip is no longer needed here. --- .github/workflows/cli-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli-integration.yml b/.github/workflows/cli-integration.yml index 1bc7e5550..63a435633 100644 --- a/.github/workflows/cli-integration.yml +++ b/.github/workflows/cli-integration.yml @@ -76,7 +76,7 @@ jobs: - name: Run dandi-api tests in dandi-cli run: | - python -m pytest --dandi-api -k "not test_update_dandiset_from_doi" \ + python -m pytest --dandi-api \ "$pythonLocation/lib/python${{ matrix.python }}/site-packages/dandi" env: DANDI_TESTS_PERSIST_DOCKER_COMPOSE: "1"