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

@ -56,7 +56,4 @@ jobs:
uv run pytest -sv ./tests/test_tools.py
- name: Types tests
run: |
uv run pytest -sv ./tests/test_types.py
- name: Utils tests
run: |
uv run pytest -sv ./tests/test_utils.py
uv run pytest -sv ./tests/test_types.py