Skip to content

Commit 5ac0487

Browse files
committed
rm unrelated function
1 parent c605471 commit 5ac0487

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/conftest.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,6 @@ def example_cases(tmp_path_factory):
9292
yield root_temp_dir
9393

9494

95-
@pytest.fixture(scope="session")
96-
def target_dir(tmp_path_factory):
97-
"""Create a temporary directory to serve as the target for copying
98-
examples."""
99-
target_directory = tmp_path_factory.mktemp("copy_target")
100-
yield target_directory
101-
102-
10395
@pytest.fixture(scope="session", autouse=True)
10496
def use_headless_matplotlib():
10597
"""Force matplotlib to use a headless backend during tests."""

0 commit comments

Comments
 (0)