Browse Source

drop conversion from annex

Daniel Busch 2 months ago
parent
commit
f8cb801c40
1 changed files with 1 additions and 3 deletions
  1. 1 3
      .github/workflows/ci.yaml

+ 1 - 3
.github/workflows/ci.yaml

@@ -60,10 +60,8 @@ jobs:
           venv-id: "tests-${{ runner.os }}"
           poetry-dependency-install-flags: "--all-extras"
       - name: Run tests
-        env:
-          PYTHONPATH: src
         run: |
-          poetry run pytest -r a -v src tests --import-mode=importlib --doctest-modules --cov=src --cov-report=term-missing --cov-report=xml
+          poetry run pytest -r a -v src tests/integration --doctest-modules --cov=src --cov-report=term-missing --cov-report=xml
           poetry run coverage report
       - name: Upload coverage reports to Codecov with GitHub Action
         uses: codecov/codecov-action@v4.2.0