From 0723134849bd115d3793349eee58d007ddbb5b0e Mon Sep 17 00:00:00 2001 From: Heberto Mayorquin Date: Tue, 28 Nov 2023 15:10:18 +0100 Subject: [PATCH] add streaming extractors dependencies to full --- .github/actions/build-test-environment/action.yml | 2 +- src/spikeinterface/extractors/tests/test_nwb_s3_extractor.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/build-test-environment/action.yml b/.github/actions/build-test-environment/action.yml index 7241f60a8b..9f3d6cc5cd 100644 --- a/.github/actions/build-test-environment/action.yml +++ b/.github/actions/build-test-environment/action.yml @@ -21,7 +21,7 @@ runs: python -m pip install -U pip # Official recommended way source ${{ github.workspace }}/test_env/bin/activate pip install tabulate # This produces summaries at the end - pip install -e .[test,extractors,full] + pip install -e .[test,extractors,streaming_extractors,full] shell: bash - name: Force installation of latest dev from key-packages when running dev (not release) run: | diff --git a/src/spikeinterface/extractors/tests/test_nwb_s3_extractor.py b/src/spikeinterface/extractors/tests/test_nwb_s3_extractor.py index ce05dced19..45d969dde9 100644 --- a/src/spikeinterface/extractors/tests/test_nwb_s3_extractor.py +++ b/src/spikeinterface/extractors/tests/test_nwb_s3_extractor.py @@ -48,6 +48,7 @@ def test_recording_s3_nwb_ros3(tmp_path): check_recordings_equal(rec, reloaded_recording) +@pytest.mark.streaming_extractors @pytest.mark.parametrize("cache", [True, False]) # Test with and without cache def test_recording_s3_nwb_fsspec(tmp_path, cache): file_path = (