]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-108416: Mark slow but not CPU bound test methods with requires_resource...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 5 Sep 2023 15:27:55 +0000 (18:27 +0300)
committerGitHub <noreply@github.com>
Tue, 5 Sep 2023 15:27:55 +0000 (15:27 +0000)
commitcf19e8ea3a232086ff1e0d7d5e2a092d3d96fc7c
treecaf1d20f79d5487ad5e60278061a7d8b80bd9f8f
parent4e5fd6dc1423c2028440f43bf2dec3185d0c4978
[3.11] gh-108416: Mark slow but not CPU bound test methods with requires_resource('walltime') (GH-108480) (GH-108924)

(cherry picked from commit 1e0d62793a84001e92f1c80b511d3a212b435acc)
18 files changed:
Lib/test/_test_multiprocessing.py
Lib/test/libregrtest/cmdline.py
Lib/test/test_concurrent_futures/executor.py [new file with mode: 0644]
Lib/test/test_concurrent_futures/test_wait.py [new file with mode: 0644]
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