diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index e992e55..cc0362e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -48,5 +48,4 @@ jobs: - name: Run Python tests run: | - pytest tests/ -v --tb=short - pytest tests/integration/ -v + pytest tests/ -v --tb=short --ignore=tests/integration/