]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Reorder some test's decorators (GH-108804)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 3 Sep 2023 12:21:43 +0000 (15:21 +0300)
committerGitHub <noreply@github.com>
Sun, 3 Sep 2023 12:21:43 +0000 (15:21 +0300)
commit509bb61977cc8a4487efd3f9cdd63d9f7b86be62
tree3034fe30f334247df55fe4c27e4a516b0c55bec7
parent9c995abd780f3740dcd23ad85b78f2df5b4cdbaf
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.
Lib/test/test_io.py
Lib/test/test_site.py