File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jobs:
145145 - name : Setup and Run Registry Rest API tests
146146 run : |
147147 echo "Running Registry REST API tests..."
148- cd sdk/python && uv run pytest tests/integration/rest_api/test_registry_rest_api.py --integration -s
148+ uv run pytest -c sdk/python/pytest.ini sdk/python/ tests/integration/rest_api/test_registry_rest_api.py --integration -s
149149
150150 - name : Clean up docker images
151151 if : always()
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ test-python-integration-rbac-remote: ## Run Python remote RBAC integration tests
212212 FEAST_LOCAL_ONLINE_CONTAINER=True \
213213 uv run python -m pytest --tb=short -v -n 8 --color=yes --integration --durations=10 --timeout=1200 --timeout_method=thread --dist loadgroup \
214214 -k " not test_lambda_materialization and not test_snowflake_materialization" \
215- -m " rbac_remote_integration_test" \
215+ -m " rbac_remote_integration_test and not ray_offline_stores_only " \
216216 --log-cli-level=INFO -s \
217217 sdk/python/tests
218218
You can’t perform that action at this time.
0 commit comments