We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c31c3 commit 5934052Copy full SHA for 5934052
.github/workflows/integration-testing.yml
@@ -31,4 +31,4 @@ jobs:
31
32
- name: Test with pytest
33
run: |
34
- pytest tests/integration -v
+ pytest tests/integration -v --import-mode=importlib
.github/workflows/unit-testing.yml
@@ -30,4 +30,4 @@ jobs:
30
- pytest tests/unit -v
+ pytest tests/unit -v --import-mode=importlib
0 commit comments