We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b154c commit c386f85Copy full SHA for c386f85
test/unit/test_ocsp.py
@@ -80,7 +80,6 @@ def overwrite_ocsp_cache(tmpdir):
80
@pytest.fixture(autouse=True)
81
def worker_specific_cache_dir(tmpdir):
82
"""Create worker-specific cache directory to avoid file lock conflicts in parallel execution."""
83
- import tempfile
84
85
# Get worker ID for parallel execution (pytest-xdist)
86
worker_id = os.environ.get("PYTEST_XDIST_WORKER", "master")
0 commit comments