We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c57aa commit a50948eCopy full SHA for a50948e
1 file changed
.github/workflows/python_ci.yaml
@@ -90,13 +90,14 @@ jobs:
90
run: |
91
pytest -m "not integration"
92
93
- - name: Pytest Integration Tests
94
- env:
95
- SIFT_GRPC_URI: ${{ vars.SIFT_GRPC_URI }}
96
- SIFT_REST_URI: ${{ vars.SIFT_REST_URI }}
97
- SIFT_API_KEY: ${{ secrets.SIFT_API_KEY }}
98
- run: |
99
- pytest -m "integration"
+ # Disabling integration tests that interact with Sift until a better solution is implemented
+ # - name: Pytest Integration Tests
+ # env:
+ # SIFT_GRPC_URI: ${{ vars.SIFT_GRPC_URI }}
+ # SIFT_REST_URI: ${{ vars.SIFT_REST_URI }}
+ # SIFT_API_KEY: ${{ secrets.SIFT_API_KEY }}
+ # run: |
100
+ # pytest -m "integration"
101
102
- name: Sync Stubs Mypy
103
working-directory: python/lib
0 commit comments