Skip to content

Commit

Permalink
Update ipyparallel/tests/test_ssh.py
Browse files Browse the repository at this point in the history
code refactoring: simplifcation

Co-authored-by: Min RK <[email protected]>
  • Loading branch information
ottointhesky and minrk authored Jun 10, 2024
1 parent d2e794a commit 47bb0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipyparallel/tests/test_ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

@pytest.fixture(params=["SSH", "SSHProxy"])
def ssh_config(ssh_dir, request):
windows = True if os.name == "nt" else False
windows = os.name == "nt"

if (
windows and request.param == "SSHProxy"
Expand Down

0 comments on commit 47bb0b5

Please sign in to comment.