ci: preload native modules for mutmut

This commit is contained in:
Joseph Magly
2026-08-14 22:09:25 -04:00
parent ee1f6d3105
commit 2969e5e8da
3 changed files with 8 additions and 6 deletions
+1 -3
View File
@@ -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]