We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd3ad41 commit 7b3ea83Copy full SHA for 7b3ea83
2 files changed
.github/workflows/_test-integrations.yml
@@ -115,4 +115,4 @@ jobs:
115
MINDEE_V2_SE_TESTS_SPLIT_MODEL_ID: ${{ secrets.MINDEE_V2_SE_TESTS_SPLIT_MODEL_ID }}
116
MINDEE_V2_SE_TESTS_OCR_MODEL_ID: ${{ secrets.MINDEE_V2_SE_TESTS_OCR_MODEL_ID }}
117
run: |
118
- pytest --override-ini="addopts=..." --config-file=pyproject-lite.toml -m integration
+ pytest --override-ini="addopts=" --config-file=pyproject-lite.toml -m integration
.github/workflows/_test-units.yml
@@ -91,5 +91,5 @@ jobs:
91
92
- name: Unit testing with pytest
93
94
- pytest --override-ini="addopts=..." --config-file=pyproject-lite.toml
+ pytest --override-ini="addopts=" --config-file=pyproject-lite.toml
95
0 commit comments