]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108416: Mark slow but not CPU bound test methods with requires_resource('walltime...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 5 Sep 2023 14:56:30 +0000 (17:56 +0300)
committerGitHub <noreply@github.com>
Tue, 5 Sep 2023 14:56:30 +0000 (17:56 +0300)
commit1e0d62793a84001e92f1c80b511d3a212b435acc
tree0735827fe13611176e9dc41cdacde06dba79be7b
parentf980cc19b9cafc09ef21e906871f810a1c89e62f
gh-108416: Mark slow but not CPU bound test methods with requires_resource('walltime') (GH-108480)
18 files changed:
Lib/test/_test_multiprocessing.py
Lib/test/libregrtest/cmdline.py
Lib/test/test_concurrent_futures/executor.py
Lib/test/test_concurrent_futures/test_wait.py
Lib/test/test_eintr.py
Lib/test/test_faulthandler.py
Lib/test/test_httplib.py
Lib/test/test_imaplib.py
Lib/test/test_io.py
Lib/test/test_logging.py
Lib/test/test_poll.py
Lib/test/test_signal.py
Lib/test/test_smtpnet.py
Lib/test/test_ssl.py
Lib/test/test_subprocess.py
Lib/test/test_urllib2net.py
Lib/test/test_urllibnet.py
Lib/test/test_xmlrpc.py