File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -301,13 +301,7 @@ pythonpath = ["src"] # Enable import of uckn package without installation
301301python_files = [" test_*.py" , " *_test.py" ]
302302python_classes = [" Test*" ]
303303python_functions = [" test_*" ]
304- addopts = [
305- " -v" ,
306- " --tb=short" ,
307- " --strict-markers" ,
308- " --timeout-method=thread" , # More robust for async/code with subprocesses
309- " -m" , " not external_deps and not benchmark" , # Exclude tests requiring external deps
310- ]
304+ addopts = " -v --tb=short --strict-markers --timeout-method=thread -m 'not external_deps and not benchmark'"
311305# CI-specific configuration removed - using standard configuration with runtime environment detection
312306timeout = 120 # 2 minutes default timeout for all tests (pytest-timeout)
313307timeout_method = " thread"
You can’t perform that action at this time.
0 commit comments