[Pywikipedia-bugs] [Maniphest] [Commented On] T172088: script_tests.py is facing lots of failiures in python 2.6: AssertionError: u'deprecated' unexpectedly found

2017-07-31 Thread gerritbot
gerritbot added a comment. Change 368746 merged by jenkins-bot: [pywikibot/core@master] requirements.txt: Avoid pyOpenSSL 17.2.0 https://gerrit.wikimedia.org/r/368746TASK DETAILhttps://phabricator.wikimedia.org/T172088EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferenc

[Pywikipedia-bugs] [Maniphest] [Commented On] T172088: script_tests.py is facing lots of failiures in python 2.6: AssertionError: u'deprecated' unexpectedly found

2017-07-31 Thread gerritbot
gerritbot added a comment. Change 368746 had a related patch set uploaded (by Dalba; owner: Dalba): [pywikibot/core@master] requirements.txt: Avoid pyOpenSSL 17.2.0 https://gerrit.wikimedia.org/r/368746TASK DETAILhttps://phabricator.wikimedia.org/T172088EMAIL PREFERENCEShttps://phabricator.wikimed

[Pywikipedia-bugs] [Maniphest] [Commented On] T172088: script_tests.py is facing lots of failiures in python 2.6: AssertionError: u'deprecated' unexpectedly found

2017-07-31 Thread Dalba
Dalba added a comment. Another upstream issue... The fix will be released in version 17.3.0 of pyopenssl. They had deprecated rand module in 17.2.0, but hadn't removed one of their own imports in the OpenSSL/__init__.py. This inevitably causes a deprecation warning and the failure in our test.TAS

[Pywikipedia-bugs] [Maniphest] [Commented On] T172088: script_tests.py is facing lots of failiures in python 2.6: AssertionError: u'deprecated' unexpectedly found

2017-07-31 Thread Dalba
Dalba added a comment. pyopenssl has deprecated rand in version 17.2.0 (2017-07-20).[1] Also it's going to be removed in the next version (it's removed in their dev branch but not released yet).[2] I still don't know which module is calling rand. [1]: https://github.com/pyca/pyopenssl/pull/658 [