Skip to content

Commit

Permalink
Remove deprecated orchestra launch args from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
itstauq committed May 15, 2024
1 parent a613019 commit 8a511f7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def full_low_worker(n_consumers: int = 3, create_producer: bool = True) -> Worke
n_consumers=n_consumers,
create_producer=create_producer,
queue_port=None,
in_memory_workers=True,
local_db=False,
thread_workers=False,
)
Expand All @@ -72,7 +71,6 @@ def full_high_worker(n_consumers: int = 3, create_producer: bool = True) -> Work
n_consumers=n_consumers,
create_producer=create_producer,
queue_port=None,
in_memory_workers=True,
local_db=False,
thread_workers=False,
)
Expand Down
2 changes: 0 additions & 2 deletions tests/integration/local/request_multiple_nodes_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def node_1():
local_db=True,
create_producer=True,
n_consumers=1,
in_memory_workers=True,
queue_port=None,
)
yield node
Expand All @@ -39,7 +38,6 @@ def node_2():
local_db=True,
create_producer=True,
n_consumers=1,
in_memory_workers=True,
queue_port=None,
)
yield node
Expand Down
1 change: 0 additions & 1 deletion tests/integration/local/syft_function_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def node():
n_consumers=3,
create_producer=True,
queue_port=None,
in_memory_workers=True,
local_db=False,
)
# startup code here
Expand Down

0 comments on commit 8a511f7

Please sign in to comment.