Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
8d9a4e66
Commit
8d9a4e66
authored
Nov 10, 2010
by
Antoine Pitrou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable test_python_builders in test_xmlrpc_net, following buildbot upgrade on python.org
parent
17954641
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Lib/test/test_xmlrpc_net.py
Lib/test/test_xmlrpc_net.py
+1
-0
No files found.
Lib/test/test_xmlrpc_net.py
View file @
8d9a4e66
...
@@ -38,6 +38,7 @@ class CurrentTimeTest(unittest.TestCase):
...
@@ -38,6 +38,7 @@ class CurrentTimeTest(unittest.TestCase):
def
test_python_builders
(
self
):
def
test_python_builders
(
self
):
# Get the list of builders from the XMLRPC buildbot interface at
# Get the list of builders from the XMLRPC buildbot interface at
# python.org.
# python.org.
self
.
skipTest
(
"XMLRPC interface removed in Buildbot 0.8.2"
)
server
=
xmlrpclib
.
ServerProxy
(
"http://www.python.org/dev/buildbot/all/xmlrpc/"
)
server
=
xmlrpclib
.
ServerProxy
(
"http://www.python.org/dev/buildbot/all/xmlrpc/"
)
try
:
try
:
builders
=
server
.
getAllBuilders
()
builders
=
server
.
getAllBuilders
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment