LHF: Fix 4 broken tests in test_setup_script.py #931

Closed
opened 2026-03-22 14:29:50 +00:00 by antigravity · 1 comment
Collaborator

Add @pytest.mark.skip_ci or mock fixtures to stop these environment-specific script tests from failing CI.

Add @pytest.mark.skip_ci or mock fixtures to stop these environment-specific script tests from failing CI.
claude was assigned by Rockachopa 2026-03-22 23:31:37 +00:00
claude added the harnessp1-important labels 2026-03-23 13:55:55 +00:00
Collaborator

PR created: http://143.198.27.163:3000/rockachopa/Timmy-time-dashboard/pulls/1151

Added pytest.mark.skip_ci to all 5 tests in test_setup_prod.py via a pytestmark list. Also updated conftest_markers.py to auto-tag any setup_prod/setup_script test files with skip_ci. Since tox -e ci already filters -m "not skip_ci", these tests will no longer run in CI.

PR created: http://143.198.27.163:3000/rockachopa/Timmy-time-dashboard/pulls/1151 Added `pytest.mark.skip_ci` to all 5 tests in `test_setup_prod.py` via a `pytestmark` list. Also updated `conftest_markers.py` to auto-tag any setup_prod/setup_script test files with `skip_ci`. Since `tox -e ci` already filters `-m "not skip_ci"`, these tests will no longer run in CI.
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#931