Build Update for wikimedia/pywikibot-core
-------------------------------------
Build: #1815
Status: Still Failing
Duration: 49 minutes and 49 seconds
Commit: 282c3ac (master)
Author: John Vandenberg
Message: Unused parameters
Note they are unused with NotImplemented when they might be part of
a public API, and instruct pylint to ignore them.
Also a classmethod in commonscat was using 'self' instead of 'cls'.
Change-Id: I57f2162e70e3b28c07bdbf1a947566ccb6f075cf
View the changeset: https://github.com/wikimedia/pywikibot-core/compare/ed6118620303...282c3ac8…
View the full build log and details: https://travis-ci.org/wikimedia/pywikibot-core/builds/44401020
--
You can configure recipients for build notifications in your .travis.yml file. See http://docs.travis-ci.com/user/notifications
jenkins-bot has submitted this change and it was merged.
Change subject: Use parse-crontab released version
......................................................................
Use parse-crontab released version
The crontab library was add as an optional dependency in aff2846
but used a custom repo to avoid a bug preventing testing, which
is now fixed in the maintainers repo and released onto pypi.
https://github.com/josiahcarlson/parse-crontab/pull/7
Change-Id: I2ecfd2f45641063ce355f7109da59ba34c56871a
---
M setup.py
1 file changed, 0 insertions(+), 1 deletion(-)
Approvals:
John Vandenberg: Looks good to me, but someone else must approve
XZise: Looks good to me, approved
jenkins-bot: Verified
diff --git a/setup.py b/setup.py
index a0be084..a3b6d18 100644
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,6 @@
dependency_links = [
'https://git.wikimedia.org/zip/?r=pywikibot/externals/httplib2.git&format=gz…',
'git+https://github.com/AlereDevices/lunatic-python.git#egg=lunatic-python',
- 'git+https://github.com/jayvdb/parse-crontab.git#egg=crontab',
]
if sys.version_info[0] == 2:
--
To view, visit https://gerrit.wikimedia.org/r/180453
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I2ecfd2f45641063ce355f7109da59ba34c56871a
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <jayvdb(a)gmail.com>
Gerrit-Reviewer: John Vandenberg <jayvdb(a)gmail.com>
Gerrit-Reviewer: Ladsgroup <ladsgroup(a)gmail.com>
Gerrit-Reviewer: Merlijn van Deen <valhallasw(a)arctus.nl>
Gerrit-Reviewer: XZise <CommodoreFabianus(a)gmx.de>
Gerrit-Reviewer: jenkins-bot <>
Build Update for wikimedia/pywikibot-core
-------------------------------------
Build: #1814
Status: Still Failing
Duration: 51 minutes and 26 seconds
Commit: ed61186 (master)
Author: John Vandenberg
Message: Support Python 2.7.9 SSL
Python 2.7.9 includes a backport of the SSL module from Python 3,
which caused certificate verification failures to not be detected.
Bug: T78764
Change-Id: I745db16c74eddbeeb89a663170c25e3548532ca1
View the changeset: https://github.com/wikimedia/pywikibot-core/compare/40cfc31ad62e...ed611862…
View the full build log and details: https://travis-ci.org/wikimedia/pywikibot-core/builds/44356088
--
You can configure recipients for build notifications in your .travis.yml file. See http://docs.travis-ci.com/user/notifications
Build Update for jayvdb/pywikibot-core
-------------------------------------
Build: #172
Status: Still Failing
Duration: 53 minutes and 0 seconds
Commit: 7e26a26 (python279-ssl-fixup)
Author: John Vandenberg
Message: Support Python 2.7.9 SSL
Python 2.7.9 includes a backport of the SSL module from Python 3,
which uses created an error in the test test_https_cert_error.
Bug: T78764
Change-Id: I745db16c74eddbeeb89a663170c25e3548532ca1
View the changeset: https://github.com/jayvdb/pywikibot-core/commit/7e26a2652c37
View the full build log and details: https://travis-ci.org/jayvdb/pywikibot-core/builds/44343381
--
You can configure recipients for build notifications in your .travis.yml file. See http://docs.travis-ci.com/user/notifications
Build Update for jayvdb/pywikibot-core
-------------------------------------
Build: #171
Status: Failed
Duration: 49 minutes and 56 seconds
Commit: 2b63c75 (python279-ssl-fixup)
Author: John Vandenberg
Message: Support Python 2.7.9 SSL
Python 2.7.9 includes a backport of the SSL module from Python 3,
which uses created an error in the test test_https_cert_error.
Bug: T78764
Change-Id: I745db16c74eddbeeb89a663170c25e3548532ca1
View the changeset: https://github.com/jayvdb/pywikibot-core/commit/2b63c75dc6a5
View the full build log and details: https://travis-ci.org/jayvdb/pywikibot-core/builds/44334051
--
You can configure recipients for build notifications in your .travis.yml file. See http://docs.travis-ci.com/user/notifications