| Dalba claimed this task. Dalba added a comment. |
Here is what's happening and how to fix it:
Trusty has pyopenssl 0.13 as system site package.
When PYSETUP_TEST_EXTRAS is enabled, requirements.txt is installed. But because the required pyopenssl there is set to 0.13, pyopenssl 0.14 will not be installed as it's already met. This also explains wha'ts happening in the Precise build: the requirement is not met and therefore the latest version of pyopenssl gets installed.
Fix is simple, don't know why I didn't see this sooner, just bump the requirement version.
TASK DETAIL
EMAIL PREFERENCES
To: Dalba
Cc: Magul, Aklapper, pywikibot-bugs-list, Dalba, Tbscho, MayS, Mdupont, JJMC89, Avicennasis, Sn1per, jayvdb, Masti, Alchimista, Rxy
Cc: Magul, Aklapper, pywikibot-bugs-list, Dalba, Tbscho, MayS, Mdupont, JJMC89, Avicennasis, Sn1per, jayvdb, Masti, Alchimista, Rxy
_______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
