Remove tests on test_utils.py

This commit is contained in:
Aymeric 2025-01-06 22:08:45 +01:00
parent d45c63555f
commit c47ea60037
1 changed files with 1 additions and 4 deletions

View File

@ -57,6 +57,3 @@ jobs:
- name: Types tests - name: Types tests
run: | run: |
uv run pytest -sv ./tests/test_types.py uv run pytest -sv ./tests/test_types.py
- name: Utils tests
run: |
uv run pytest -sv ./tests/test_utils.py