Skip to content

Commit 5529cdb

Browse files
committed
fix: registry api tests
Signed-off-by: tokoko <togurgenidze@gmail.com>
1 parent 76cbfab commit 5529cdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/registry-rest-api-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)