mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix test_xmlrpc_net to no longer fail since there are no more buildbots for trunk.
This commit is contained in:
parent
31c2740760
commit
c84dc9d018
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class CurrentTimeTest(unittest.TestCase):
|
||||||
# Perform a minimal sanity check on the result, just to be sure
|
# Perform a minimal sanity check on the result, just to be sure
|
||||||
# the request means what we think it means.
|
# the request means what we think it means.
|
||||||
self.assertIsInstance(builders, collections.Sequence)
|
self.assertIsInstance(builders, collections.Sequence)
|
||||||
self.assertTrue([x for x in builders if "trunk" in x], builders)
|
self.assertTrue([x for x in builders if "3.x" in x], builders)
|
||||||
|
|
||||||
|
|
||||||
def test_main():
|
def test_main():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue