[3.13] gh-134578: Mark more slow tests (GH-134579) (GH-134592)

(cherry picked from commit 77eade39f9)
This commit is contained in:
Serhiy Storchaka 2025-05-23 20:31:05 +03:00 committed by GitHub
parent 1dbb644a5b
commit 0308612508
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 0 deletions

View file

@ -79,6 +79,7 @@ def test_highly_nested_objects_decoding(self):
with support.infinite_recursion():
self.loads('[' * 100000 + '1' + ']' * 100000)
@support.requires_resource('cpu')
def test_highly_nested_objects_encoding(self):
# See #12051
l, d = [], {}