We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1cce48 commit 20e4764Copy full SHA for 20e4764
1 file changed
tests/conftest.py
@@ -405,8 +405,8 @@ async def cleanup_after_test():
405
406
def pytest_configure(config):
407
"""Configure pytest markers and multiprocessing settings."""
408
- import sys
409
import multiprocessing
+ import sys
410
411
# Fix multiprocessing segfaults on Linux (CI environment)
412
# This prevents fork() issues with pytest-xdist parallel execution
0 commit comments