diff --git a/.gitea/workflows/python-tests.yml b/.gitea/workflows/python-tests.yml index 58c4d1f5..1c1ee50c 100644 --- a/.gitea/workflows/python-tests.yml +++ b/.gitea/workflows/python-tests.yml @@ -180,7 +180,7 @@ jobs: --maxfail=20 \ --disable-warnings \ -v \ - --ignore=apps/pool-hub/tests --ignore=cli/tests \ + --ignore=apps/pool-hub/tests --ignore=cli/tests --ignore=dev --ignore=packages --ignore=scripts --ignore=tests \ || echo "Tests completed with some import errors (expected in CI)" echo "✅ Python test workflow completed!"