Skip to content

Commit 14afce4

Browse files
committed
Updating unit tests and adding feature store marketplace requirements
1 parent db7959e commit 14afce4

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

ads/feature_store/docs/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
autodoc
2-
nbsphinx
1+
autodoc nbsphinx
32
sphinx
43
sphinxcontrib-napoleon
54
sphinx_copybutton

test-requirements-operators.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
-r test-requirements.txt
22
-e ".[forecast]"
3+
-e ".[feature-store-marketplace]"
34
darts
45
plotly

tests/unitary/with_extras/operator/test_common_backend_factory.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,7 @@ def setup_method(self):
8181
# expected backends
8282
self.mock_supported_backends = tuple(
8383
set(BackendFactory.BACKENDS + BackendFactory.LOCAL_BACKENDS)
84-
& set(
85-
self.mock_operator_info.backends
86-
+ [
87-
BACKEND_NAME.OPERATOR_LOCAL.value,
88-
BACKEND_NAME.LOCAL.value,
89-
]
90-
)
84+
& set(self.mock_operator_info.backends)
9185
)
9286

9387
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)