Skip to content

Commit c726ff0

Browse files
author
Mateusz
committed
remove remaining legacy pytest compression references
1 parent c40fe2f commit c726ff0

3 files changed

Lines changed: 0 additions & 7 deletions

File tree

config/config.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@ session:
8383
force_set_project: false
8484
project_dir_resolution_model: null # Optional BACKEND:MODEL for auto-detecting project directories
8585

86-
# Pytest output compression (reduces verbose test output to preserve context window)
87-
pytest_compression_enabled: true # Default: true
88-
pytest_compression_min_lines: 30 # Only compress output with 30+ lines (default: 30)
89-
9086
# Tool call reactor steering for pytest full-suite runs (requires opt-in)
9187
pytest_full_suite_steering_enabled: false
9288

tests/config/schemas/app_config.schema.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ properties:
8080
tool_call_repair_buffer_cap_bytes: { type: integer, minimum: 0 }
8181
dangerous_command_prevention_enabled: { type: boolean }
8282
dangerous_command_steering_message: { type: ["string", "null"] }
83-
pytest_compression_enabled: { type: boolean }
84-
pytest_compression_min_lines: { type: integer, minimum: 1 }
8583
pytest_full_suite_steering_enabled: { type: boolean }
8684
pytest_full_suite_steering_message: { type: ["string", "null"] }
8785
max_per_session_backends: { type: integer, minimum: 1 }

tests/property/test_test_execution_reminder_config_properties.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ def _create_cli_args(enabled: bool | None, message: str | None) -> argparse.Name
139139
auth_initial_block_seconds=None,
140140
auth_block_multiplier=None,
141141
auth_max_block_seconds=None,
142-
pytest_compression_enabled=None,
143142
pytest_full_suite_steering_enabled=None,
144143
pytest_context_saving_enabled=None,
145144
fix_think_tags_enabled=None,

0 commit comments

Comments
 (0)