Skip to content

Commit 2d0631d

Browse files
author
Adrian Chang
committed
paths
1 parent 3940e08 commit 2d0631d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-package-shared.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ jobs:
5353
LABELBOX_TEST_ENVIRON: ${{ inputs.test-env }}
5454
working-directory: libs/labelbox
5555
run: |
56-
rye run pytest --ignore=tests/integration/test_data_rows.py --timeout=120 --rerun-except Timeout tests/integration
56+
rye run pytest --ignore=tests/integration/test_data_rows.py --ignore=tests/integration/test_data_rows_upsert.py --ignore=tests/integration/test_data_row_delete_metadata.py --ignore=tests/integration/test_batch.py --timeout=120 --rerun-except Timeout tests/integration
5757
- name: Integration Testing Slow
5858
env:
5959
LABELBOX_TEST_API_KEY: ${{ secrets[inputs.api-key] }}
6060
DA_GCP_LABELBOX_API_KEY: ${{ secrets[inputs.da-test-key] }}
6161
LABELBOX_TEST_ENVIRON: ${{ inputs.test-env }}
6262
working-directory: libs/labelbox
6363
run: |
64-
rye run pytest -p no:xdist --timeout=300 --rerun-except Timeout tests/integration/test_data_rows.py
64+
rye run pytest -p no:xdist --timeout=300 --rerun-except Timeout tests/integration/test_data_rows.py tests/integration/test_data_rows_upsert.py tests/integration/test_data_row_delete_metadata.py tests/integration/test_batch.py
6565
unit-data:
6666
runs-on: ubuntu-latest
6767
steps:
@@ -88,7 +88,7 @@ jobs:
8888
LABELBOX_TEST_ENVIRON: ${{ inputs.test-env }}
8989
working-directory: libs/labelbox
9090
run: |
91-
rye run pytest --ignore=tests/data/annotation_import --ignore=tests/data/**/*export*.py --timeout=120 --rerun-except Timeout tests/data
91+
rye run pytest --ignore=tests/data/annotation_import --ignore-glob='tests/data/**/*export*.py' --timeout=120 --rerun-except Timeout tests/data
9292
rye run pytest -p no:xdist --timeout=300 --rerun-except Timeout tests/data/annotation_import
9393
- name: Data Slow
9494
env:
@@ -97,4 +97,4 @@ jobs:
9797
LABELBOX_TEST_ENVIRON: ${{ inputs.test-env }}
9898
working-directory: libs/labelbox
9999
run: |
100-
rye run pytest -p no:xdist --timeout=300 --rerun-except Timeout tests/data/annotation_import tests/data/**/*export*.py
100+
rye run pytest -p no:xdist --timeout=300 --rerun-except Timeout tests/data/annotation_import tests/data/**/*export*.py

0 commit comments

Comments
 (0)