Skip to content

Commit

Permalink
try adding a session scope
Browse files Browse the repository at this point in the history
Signed-off-by: David Dale <[email protected]>
  • Loading branch information
avidale committed Jan 15, 2025
1 parent 6260af4 commit 4727c60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stopes/pipelines/tests/test_global_mining.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def encode_to_np(
(False, True, True, "speech"),
],
)
@pytest.mark.asyncio(scope="session")
def test_global_mining_pipeline(
tmp_path: Path, split_langs: bool, use_meta: bool, fp16: bool, modality: str
) -> None:
Expand Down

0 comments on commit 4727c60

Please sign in to comment.