Skip to content

Commit

Permalink
Revert scope="module"
Browse files Browse the repository at this point in the history
Signed-off-by: Kim, Vinnam <[email protected]>
  • Loading branch information
vinnamkim committed Apr 12, 2024
1 parent d55d27a commit e77fecb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/integration/cli/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@


from pathlib import Path
from tempfile import TemporaryDirectory

import cv2
import pytest
Expand All @@ -14,15 +13,7 @@
from tests.utils import run_main


@pytest.fixture(scope="module")
def tmp_path():
"""Override tmp_path fixture for module scope."""
with TemporaryDirectory() as tmpdir:
yield Path(tmpdir)


@pytest.fixture(
scope="module",
params=pytest.RECIPE_LIST,
ids=lambda x: "/".join(Path(x).parts[-2:]),
)
Expand Down

0 comments on commit e77fecb

Please sign in to comment.