Skip to content

Commit 20e4764

Browse files
committed
ruff fix
1 parent c1cce48 commit 20e4764

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,8 @@ async def cleanup_after_test():
405405

406406
def pytest_configure(config):
407407
"""Configure pytest markers and multiprocessing settings."""
408-
import sys
409408
import multiprocessing
409+
import sys
410410

411411
# Fix multiprocessing segfaults on Linux (CI environment)
412412
# This prevents fork() issues with pytest-xdist parallel execution

0 commit comments

Comments
 (0)