mirror of
https://github.com/elder-plinius/OBLITERATUS.git
synced 2026-08-17 16:37:30 +02:00
ci: preload native modules for mutmut
This commit is contained in:
+1
-3
@@ -127,9 +127,7 @@ pytest_add_cli_args_test_selection = [
|
||||
"tests/test_coverage_thresholds.py",
|
||||
"tests/test_numerical_contracts.py",
|
||||
]
|
||||
# Mutating the complete bounded target set is both stronger and avoids mutmut's
|
||||
# in-process native-extension unload/reload crash during covered-line discovery.
|
||||
mutate_only_covered_lines = false
|
||||
mutate_only_covered_lines = true
|
||||
on_dependency_change = "rerun"
|
||||
|
||||
[tool.uv]
|
||||
|
||||
Reference in New Issue
Block a user