From c47ea60037e5a454cf0545252687e40c98b57292 Mon Sep 17 00:00:00 2001 From: Aymeric Date: Mon, 6 Jan 2025 22:08:45 +0100 Subject: [PATCH] Remove tests on test_utils.py --- .github/workflows/tests.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a595bed..5ff7e93 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 \ No newline at end of file + uv run pytest -sv ./tests/test_types.py \ No newline at end of file