1 parent 01b744a commit c9e15c4Copy full SHA for c9e15c4
1 file changed
.github/workflows/validate.yml
@@ -266,21 +266,4 @@ jobs:
266
echo "All Python files compile cleanly"
267
fi
268
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
+ # pytest removed -- tests live in anipotts/mine now
0 commit comments