mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Issue #25795: Fix several tests to run independently.
These were broken in 3aec776fc796 when they were converted away from using support.run_unittest(). Oops :) Initial patch by Felippe da Motta Raposo.
This commit is contained in:
parent
939614c48c
commit
ac28b796d8
8 changed files with 13 additions and 7 deletions
|
|
@ -6,6 +6,7 @@ import os
|
|||
import signal
|
||||
import sys
|
||||
import time
|
||||
import unittest
|
||||
|
||||
from test.fork_wait import ForkWait
|
||||
from test.support import (reap_children, get_attribute,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue