File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docs/how-to-guides/customizing-feast Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ test-python-universal-postgres-online:
209209test-python-universal-cassandra :
210210 PYTHONPATH=' .' \
211211 FULL_REPO_CONFIGS_MODULE=sdk.python.feast.infra.online_stores.contrib.cassandra_repo_configuration \
212- PYTEST_PLUGINS=sdk.python.tests.integration.feature_repos.universal.online_store \
212+ PYTEST_PLUGINS=sdk.python.tests.integration.feature_repos.universal.online_store.cassandra \
213213 FEAST_USAGE=False \
214214 IS_TEST=True \
215215 python -m pytest -x --integration \
@@ -218,7 +218,7 @@ test-python-universal-cassandra:
218218test-python-universal-cassandra-no-cloud-providers :
219219 PYTHONPATH=' .' \
220220 FULL_REPO_CONFIGS_MODULE=sdk.python.feast.infra.online_stores.contrib.cassandra_repo_configuration \
221- PYTEST_PLUGINS=sdk.python.tests.integration.feature_repos.universal.online_store \
221+ PYTEST_PLUGINS=sdk.python.tests.integration.feature_repos.universal.online_store.cassandra \
222222 FEAST_USAGE=False \
223223 IS_TEST=True \
224224 python -m pytest -x --integration \
Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ class RedisOnlineStoreCreator(OnlineStoreCreator):
379379test-python-universal-cassandra :
380380 PYTHONPATH=' .' \
381381 FULL_REPO_CONFIGS_MODULE=sdk.python.feast.infra.online_stores.contrib.cassandra_repo_configuration \
382- PYTEST_PLUGINS=sdk.python.tests.integration.feature_repos.universal.online_store \
382+ PYTEST_PLUGINS=sdk.python.tests.integration.feature_repos.universal.online_store.cassandra \
383383 FEAST_USAGE=False \
384384 IS_TEST=True \
385385 python -m pytest -x --integration \
You can’t perform that action at this time.
0 commit comments