Skip to content

Commit c9e15c4

Browse files
anipottsclaude
andcommitted
fix: remove pytest job — tests live in anipotts/mine now
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 01b744a commit c9e15c4

1 file changed

Lines changed: 1 addition & 18 deletions

File tree

.github/workflows/validate.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -266,21 +266,4 @@ jobs:
266266
echo "All Python files compile cleanly"
267267
fi
268268
269-
# ---------------------------------------------------------------------------
270-
# pytest -- test mine.py parser, DB writes, cost calculations
271-
# ---------------------------------------------------------------------------
272-
pytest:
273-
runs-on: ubuntu-latest
274-
steps:
275-
- uses: actions/checkout@v6
276-
277-
- name: Set up Python
278-
uses: actions/setup-python@v6
279-
with:
280-
python-version: "3.12"
281-
282-
- name: Install pytest
283-
run: pip install pytest==8.3.4
284-
285-
- name: Run tests
286-
run: python -m pytest tests/ -v
269+
# pytest removed -- tests live in anipotts/mine now

0 commit comments

Comments
 (0)