Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 752c1d4

Browse files
committed
Add temporary tests to troubleshoot issue #13309 on Gentoo buildbot.
1 parent bceb528 commit 752c1d4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lib/test/test_time.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@ def test_strptime(self):
161161
self.fail("conversion specifier %r failed with '%s' input." %
162162
(format, strf_output))
163163

164+
# XXX Temporary tests to troubleshoot issue #13309 on buildbots
165+
test_aaa_strptime = test_strptime
166+
test_bbb_strptime = test_strptime
167+
164168
def test_strptime_bytes(self):
165169
# Make sure only strings are accepted as arguments to strptime.
166170
self.assertRaises(TypeError, time.strptime, b'2009', "%Y")

0 commit comments

Comments
 (0)