Skip to content

Commit d13a4e5

Browse files
miss-islingtonzware
authored andcommitted
[3.6] bpo-31724: Skip test_xmlrpc_net (GH-3922)
With the upgrade of buildbot.python.org from Buildbot 0.8.x to 0.9.x, the xmlrpc interface has been removed. This test is now skipped until it can be rewritten to query a suitable substitute. (cherry picked from commit 73ffd3f)
1 parent cae6e47 commit d13a4e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_xmlrpc_net.py

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
import xmlrpc.client as xmlrpclib
66

7+
8+
@unittest.skip('XXX: buildbot.python.org/all/xmlrpc/ is gone')
79
class PythonBuildersTest(unittest.TestCase):
810

911
def test_python_builders(self):

0 commit comments

Comments
 (0)