Skip to content

Commit 4d730a5

Browse files
committed
update
1 parent 5bad28f commit 4d730a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import os
22
import shutil
33
import sys
4+
import tempfile
45
import threading
56
import uuid
67
from collections import OrderedDict
@@ -26,7 +27,7 @@ def teardown_process_group():
2627

2728

2829
@pytest.fixture(autouse=True)
29-
def set_env(monkeypatch, tempfile):
30+
def set_env(monkeypatch):
3031
# Set environment variable before each test to configure BaseWorker's maximum wait time
3132
os.environ["DATA_OPTIMIZER_TIMEOUT"] = "20"
3233

0 commit comments

Comments
 (0)