Skip to content

Commit 6cd1e90

Browse files
committed
revert makefile change
Signed-off-by: Danny Chiao <[email protected]>
1 parent 4c18d45 commit 6cd1e90

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ test-python-universal-cassandra-no-cloud-providers:
169169
FULL_REPO_CONFIGS_MODULE=sdk.python.feast.infra.online_stores.contrib.cassandra_repo_configuration \
170170
FEAST_USAGE=False \
171171
IS_TEST=True \
172-
python -m pytest -n 8 --integration \
172+
python -m pytest -x --integration \
173173
-k "not test_lambda_materialization_consistency and \
174174
not test_apply_entity_integration and \
175175
not test_apply_feature_view_integration and \

sdk/python/docs/source/feast.infra.online_stores.contrib.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ Subpackages
1313
Submodules
1414
----------
1515

16+
feast.infra.online\_stores.contrib.cassandra\_repo\_configuration module
17+
------------------------------------------------------------------------
18+
19+
.. automodule:: feast.infra.online_stores.contrib.cassandra_repo_configuration
20+
:members:
21+
:undoc-members:
22+
:show-inheritance:
23+
1624
feast.infra.online\_stores.contrib.hbase\_repo\_configuration module
1725
--------------------------------------------------------------------
1826

0 commit comments

Comments
 (0)