Commit 9f2aec42 authored by Jason R. Coombs's avatar Jason R. Coombs

Skip another test that fails on Jython due to port 0 binding behavior.

--HG--
branch : distribute
extra : rebase_source : 7cd547b51b3db433b6f3040f01b1533065af3d96
parent 1e64c9a5
......@@ -104,6 +104,10 @@ class TestPackageIndex(unittest.TestCase):
is used
-> Distribute should use the link from pypi, not the external one.
"""
if sys.platform.startswith('java'):
# Skip this test on jython because binding to :0 fails
return
# start an index server
server = IndexServer()
server.start()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment