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 a341611 commit 09ed889Copy full SHA for 09ed889
python/cocoindex/tests/conftest.py
@@ -24,9 +24,9 @@ def _cocoindex_windows_env_fixture(
24
signal.signal(signal.SIGINT, signal.SIG_IGN)
25
cocoindex.subprocess_exec.shutdown_pool_at_exit()
26
27
- # If any test failed, let pytest exit normally with nonzero code
28
- if request.session.testsfailed == 0:
29
- os._exit(0) # immediate success exit (skips atexit/teardown)
+ # # If any test failed, let pytest exit normally with nonzero code
+ # if request.session.testsfailed == 0:
+ # os._exit(0) # immediate success exit (skips atexit/teardown)
30
31
finally:
32
try:
0 commit comments