Skip to content

Commit 903d78a

Browse files
committed
Update for upstream chnages
1 parent b8d12cf commit 903d78a

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

tests/conftest.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,5 @@ def segy_export_tmp(tmp_path_factory: pytest.TempPathFactory) -> Path:
6363
@pytest.fixture(scope="class")
6464
def empty_mdio_dir(tmp_path_factory: pytest.TempPathFactory) -> Path:
6565
"""Make a temp file for empty MDIO testing."""
66-
if DEBUG_MODE:
67-
tmp_dir = Path("tmp/empty_mdio")
68-
tmp_dir.mkdir(parents=True, exist_ok=True)
69-
else:
70-
tmp_dir = tmp_path_factory.mktemp(r"empty_mdio")
71-
return tmp_dir
66+
return tmp_path_factory.mktemp(r"empty_mdio")
67+

0 commit comments

Comments
 (0)