We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c605471 commit 5ac0487Copy full SHA for 5ac0487
tests/conftest.py
@@ -92,14 +92,6 @@ def example_cases(tmp_path_factory):
92
yield root_temp_dir
93
94
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
103
@pytest.fixture(scope="session", autouse=True)
104
def use_headless_matplotlib():
105
"""Force matplotlib to use a headless backend during tests."""
0 commit comments