◐ Shell
reader mode source ↗
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
6 changes: 2 additions & 4 deletions Lib/test/test_compileall.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import filecmp
import importlib.util
import io
import itertools
import os
import pathlib
import py_compile
Expand All @@ -29,9 +28,8 @@
from test import support
from test.support import os_helper
from test.support import script_helper

from .test_py_compile import without_source_date_epoch
from .test_py_compile import SourceDateEpochTestMeta


def get_pyc(script, opt):
Expand Down
2 changes: 1 addition & 1 deletion Lib/test/test_distutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
be run.
"""

import warnings
from test import support
from test.support import warnings_helper

2 changes: 1 addition & 1 deletion Lib/test/test_dtrace.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,4 @@ class SystemTapOptimizedTests(TraceTests, unittest.TestCase):


if __name__ == '__main__':
test_main()
3 changes: 2 additions & 1 deletion Lib/test/test_zipfile64.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
from tempfile import TemporaryFile

from test.support import os_helper
from test.support import TESTFN, requires_zlib

TESTFN2 = TESTFN + "2"

# How much time in seconds can pass before we print a 'Still working' message.
Expand Down
2 changes: 1 addition & 1 deletion Lib/unittest/test/test_program.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from test import support
import unittest
import unittest.test
from .test_result import BufferedWriter


class Test_TestProgram(unittest.TestCase):
Expand Down
Toggle all file notes Toggle all file annotations