Skip to content

Commit 09c0104

Browse files
YuxinYuxin
authored andcommitted
Remove outdated tests and CI pytest step
The tests/ modules imported functions that no longer exist in the current API (evaluate_prediction, save_results), breaking CI collection. Drop the stale test suite and the pytest step; installation/ruff/mypy checks remain.
1 parent e938cbf commit 09c0104

4 files changed

Lines changed: 0 additions & 139 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ jobs:
2626
python -m pip install --upgrade pip
2727
pip install -e ".[dev]"
2828
29-
- name: Run tests
30-
run: |
31-
pytest tests/ -v
32-
3329
- name: Test installation
3430
run: |
3531
python scripts/test_installation.py

tests/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/test_evaluation.py

Lines changed: 0 additions & 60 deletions
This file was deleted.

tests/test_io.py

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)