8000 Only run the new test for CPython. · python/cpython@3c0084d · GitHub
[go: up one dir, main page]

Skip to content

Commit 3c0084d

Browse files
Only run the new test for CPython.
1 parent 99db91f commit 3c0084d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/datetimetester.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6788,6 +6788,7 @@ def setUp(self):
67886788
if self.__class__.__name__.endswith('Pure'):
67896789
self.skipTest('Not relevant in pure Python')
67906790

6791+
@support.cpython_only
67916792
def test_gh_120161(self):
67926793
with self.subTest('simple'):
67936794
script = textwrap.dedent("""

0 commit comments

Comments
 (0)
0