Skip to content

Commit a50948e

Browse files
authored
python(chore): disable integration tests with sift (#539)
1 parent 69c57aa commit a50948e

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/python_ci.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,14 @@ jobs:
9090
run: |
9191
pytest -m "not integration"
9292
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"
93+
# Disabling integration tests that interact with Sift until a better solution is implemented
94+
# - name: Pytest Integration Tests
95+
# env:
96+
# SIFT_GRPC_URI: ${{ vars.SIFT_GRPC_URI }}
97+
# SIFT_REST_URI: ${{ vars.SIFT_REST_URI }}
98+
# SIFT_API_KEY: ${{ secrets.SIFT_API_KEY }}
99+
# run: |
100+
# pytest -m "integration"
100101

101102
- name: Sync Stubs Mypy
102103
working-directory: python/lib

0 commit comments

Comments
 (0)