Skip to content

Commit

Permalink
Remove fork from start method testing
Browse files Browse the repository at this point in the history
fork is no longer supported and so should not be included in the
tests.
  • Loading branch information
timj committed Nov 29, 2023
1 parent 971ae6e commit 06e5cf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_executors.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ def test_mpexec_mp(self):

methods = ["spawn"]
if sys.platform == "linux":
methods.append("fork")
methods.append("forkserver")

for method in methods:
Expand Down

0 comments on commit 06e5cf3

Please sign in to comment.