Skip to content

Commit

Permalink
reverted this change as it is needed because serve method is updated …
Browse files Browse the repository at this point in the history
…to add default values.

Signed-off-by: Lokesh Rangineni <[email protected]>
  • Loading branch information
lokeshrangineni committed Jun 13, 2024
1 parent 95b86b1 commit 294611e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions sdk/python/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,15 +173,7 @@ def simple_dataset_2() -> pd.DataFrame:

def start_test_local_server(repo_path: str, port: int):
fs = FeatureStore(repo_path)
fs.serve(
host="localhost",
port=port,
no_access_log=True,
keep_alive_timeout=30,
type_="http",
workers=1,
registry_ttl_sec=30,
)
fs.serve(host="localhost", port=port)


@pytest.fixture
Expand Down

0 comments on commit 294611e

Please sign in to comment.