]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] Reorder some test's decorators (GH-108804) (#108844)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 4 Sep 2023 11:47:07 +0000 (04:47 -0700)
committerGitHub <noreply@github.com>
Mon, 4 Sep 2023 11:47:07 +0000 (13:47 +0200)
commit7b936ac12e412e749b7b8bb918d9ea8111174ed7
tree6dca97517176209c7590b3e6d35a0f160f7cdc74
parent183bb673a8ce65d6bef6c8da44f34ba70f25340b
[3.12] Reorder some test's decorators (GH-108804) (#108844)

Reorder some test's decorators (GH-108804)

For example, do not demand the 'cpu' resource if the test cannot be run
due to non-working threads.
(cherry picked from commit 509bb61977cc8a4487efd3f9cdd63d9f7b86be62)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_io.py
Lib/test/test_site.py