Message10330

Author zyasoft
Recipients alex.gronholm, darjus, seletz, thavihaz909, zyasoft
Date 2015-10-08.14:12:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444313541.99.0.314511259241.issue2360@psf.upfronthosting.co.za>
In-reply-to
Content
I don't know about intermediate steps on pip development, but using trunk/master for both pip and setuptools, I get the following with Jython trunk:

$ dist/bin/jython -m pip install pytest
Collecting pytest
/Users/jbaker/jythondev/jython27/dist/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:84: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  warnings.warn(
  Could not find a version that satisfies the requirement pytest (from versions: )
No matching distribution found for pytest
/Users/jbaker/jythondev/jython27/dist/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:84: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  warnings.warn(

which is because of our current lack of support of SSLContext, per bug #2390

The same issue also occurs if we attempt to upgrade pip, via jython -m pip install --upgrade pip


re the hg log posted in msg10329 - note that we have debugged on windows, which required getting support for jython.exe
History
Date User Action Args
2015-10-08 14:12:21zyasoftsetmessageid: <1444313541.99.0.314511259241.issue2360@psf.upfronthosting.co.za>
2015-10-08 14:12:21zyasoftsetrecipients: + zyasoft, alex.gronholm, darjus, seletz, thavihaz909
2015-10-08 14:12:21zyasoftlinkissue2360 messages
2015-10-08 14:12:21zyasoftcreate