Build Update for wikimedia/pywikibot-core -------------------------------------
Build: #2305 Status: Passed
Duration: 21 minutes and 32 seconds Commit: e6d06a3 (master) Author: Fabian Neundorf Message: [FIX] tests: Support Python 3 in metaclass tests
Some tests (date, l10n and logentry) were just using __metaclass__ which is not supported by Python 3. The metaclasses in aspects and script_tests were using six on Python 3 to avoid that. This adds a generic decorator to tests.utils which looks for __metaclass__ in the class itself and then uses six's add_metaclass (like in aspects and script_tests) to add this metaclass.
Change-Id: I8cb46bffb39ef4640ec523e596fba5fbf48fbd8d
View the changeset: https://github.com/wikimedia/pywikibot-core/compare/be8aac54d68f...e6d06a37b...
View the full build log and details: https://travis-ci.org/wikimedia/pywikibot-core/builds/64787221
--
You can configure recipients for build notifications in your .travis.yml file. See http://docs.travis-ci.com/user/notifications
pywikibot-commits@lists.wikimedia.org