mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.14] gh-134578: Mark more slow tests (GH-134579) (GH-134590)
(cherry picked from commit 77eade39f9)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
parent
81f099375e
commit
80d70defc2
5 changed files with 6 additions and 0 deletions
|
|
@ -3292,6 +3292,7 @@ def check_output(self, source, expect, *flags):
|
|||
expect = self.text_normalize(expect)
|
||||
self.assertEqual(res, expect)
|
||||
|
||||
@support.requires_resource('cpu')
|
||||
def test_invocation(self):
|
||||
# test various combinations of parameters
|
||||
base_flags = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue