Skip to content

Commit

Permalink
Also here.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Feb 6, 2021
1 parent 384a0d6 commit 81b651e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_random.py
Original file line number Diff line number Diff line change
Expand Up @@ -1581,7 +1581,7 @@ def test_multiprocess():
"""Test that the same random numbers are generated in single-process and multi-process modes.
"""
from multiprocessing import current_process
if sys.version_info < (3,8):
if sys.version_info < (3,0):
from multiprocessing import Process, Queue
else:
from multiprocessing import get_context
Expand Down

0 comments on commit 81b651e

Please sign in to comment.