Skip to content

Commit

Permalink
Remove unnecessary fork_new_process
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkLight1337 committed Oct 18, 2024
1 parent de4008e commit e480823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ def large_gpu_test(*, min_gb: int):
)

def wrapper(f: Callable[_P, None]) -> Callable[_P, None]:
return test_skipif(fork_new_process_for_each_test(f))
return test_skipif(f)

return wrapper

Expand Down

0 comments on commit e480823

Please sign in to comment.