mirror of
https://github.com/elder-plinius/OBLITERATUS.git
synced 2026-09-21 17:00:50 +02:00
Exact setuptools/wheel pins block platform-specific backend patches and make isolated pip installs fail on Android/Termux Python. Keep a setuptools lower bound only, drop the unused wheel backend pin, keep requirements.txt aligned with core package deps, and install the Spaces extra in Docker instead of pulling bitsandbytes by default. Android/Termux is still not a supported runtime; the new platform note documents host wheels, ANDROID_API_LEVEL, and --no-build-isolation so pip does not isolate a second setuptools or compile manylinux-only extensions.
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"schema_version": 1,
|
|
"changed_line_coverage_floor": 50.0,
|
|
"always_tests": [
|
|
"tests/test_module_imports.py",
|
|
"tests/test_cli_boundaries.py",
|
|
"tests/test_runtime_contracts.py",
|
|
"tests/test_abliterate.py",
|
|
"tests/test_strategies.py",
|
|
"tests/test_notebook_contract.py"
|
|
],
|
|
"infrastructure_paths": [
|
|
".aiwg/**",
|
|
".github/workflows/**",
|
|
"ci/**",
|
|
"docs/checkpoints/**",
|
|
"scripts/check_*.py",
|
|
"scripts/generate_checkpoint_fixtures.py",
|
|
"scripts/jetson_*.py",
|
|
"scripts/select_pr_tests.py",
|
|
"scripts/setup_jetson.py",
|
|
"pyproject.toml",
|
|
"requirements.txt",
|
|
"Dockerfile",
|
|
"docs/platforms/**",
|
|
"uv.lock",
|
|
"tests/fixtures/distributed_checkpoints/**"
|
|
],
|
|
"infrastructure_tests": [
|
|
"tests/test_aiwg_workspace_contracts.py",
|
|
"tests/test_ci_policy.py",
|
|
"tests/test_checkpoint_docs_contracts.py",
|
|
"tests/test_checkpoint_contract_schemas.py",
|
|
"tests/test_checkpoint_fixture_corpus.py",
|
|
"tests/test_conditional_gate_scripts.py",
|
|
"tests/test_jetson_support_tooling.py",
|
|
"tests/test_pr_test_selection.py",
|
|
"tests/test_quality_policy.py",
|
|
"tests/test_quality_gate_scripts.py",
|
|
"tests/test_supply_chain_policy.py",
|
|
"tests/test_test_policy.py"
|
|
],
|
|
"excluded_test_prefixes": [
|
|
"tests/conditional/"
|
|
]
|
|
}
|