Skip to content

Commit 73ffd3f

Browse files
authored
bpo-31724: Skip test_xmlrpc_net (GH-3921)
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.
1 parent 79ba471 commit 73ffd3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_xmlrpc_net.py

Lines changed: 2 additions & 0 deletions
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)