Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove explicitt cleanup
Signed-off-by: Achal Shah <achals@gmail.com>
  • Loading branch information
achals committed Mar 10, 2022
commit 54f1a0893c9a0e4a6a4d9d31e119e87d039b9ad2
2 changes: 0 additions & 2 deletions sdk/python/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,6 @@ def go_environment(request, worker_id: str):

def cleanup():
e.feature_store.teardown()
if e.feature_store._go_server:
e.feature_store._go_server.kill_go_server_explicitly()

request.addfinalizer(cleanup)
return e
Expand Down