Skip to content

Commit 309c3bf

Browse files
authored
Remove custom tmpdir fixture (#202)
1 parent 2a9c537 commit 309c3bf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

python/test_perforce.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@ def server():
6666
time.sleep(1)
6767
yield p4port
6868

69-
@pytest.fixture
70-
def tmpdir():
71-
"""Create a temp directory for tests. Usually used as a client root"""
72-
with tempfile.TemporaryDirectory(prefix="bk-p4-test-") as tmpdir:
73-
yield tmpdir
74-
7569
def store_server(repo, to_zip):
7670
"""Zip up a server to use as a unit test fixture"""
7771
serverRoot = repo.info()['serverRoot']

0 commit comments

Comments
 (0)