From 5c1781cd43462600ebcf6d35d4440d6ab17e36e2 Mon Sep 17 00:00:00 2001 From: Li Yonghui Date: Thu, 25 Jun 2026 07:52:58 +0000 Subject: [PATCH] ci: fix test collection in fsspec_friends job --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index c00ef57f3..f8b25c261 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -155,5 +155,5 @@ jobs: run: | cd ${{ matrix.FRIEND }} pip install -e . --no-deps - pytest -v -W ignore::pytest.PytestRemovedIn10Warning --ignore=gcsfs/tests/perf + pytest -v -W ignore::pytest.PytestRemovedIn10Warning --ignore=${{ matrix.FRIEND }}/tests/perf ${{ matrix.FRIEND }} cd ..