Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit ff7d8f1

Browse files
authored
Update test_system.py
1 parent 6f3b684 commit ff7d8f1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

minihack/tests/test_system.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@
99
import minihack # noqa: F401
1010

1111
START_METHODS = [
12-
# TODO uncomment spawn after the next NLE release
13-
# m for m in ("fork", "spawn") if m in mp.get_all_start_methods()
1412
m
15-
for m in ("fork")
13+
for m in ("fork", "spawn")
1614
if m in mp.get_all_start_methods()
1715
]
1816

0 commit comments

Comments
 (0)