AbdealiJK added a comment.
Wow, I'm happy that nearly all the tests passed ! I recall having this exact same issue yesterday morning and I remember fixing it too. I think the dev999... version had that issue, and can be ignored for now. By the way, the skipped tests are probably because of these reasons: - bulk_tests.py will be skipped because you dont have pywikibot installed, not do you have a user-config set. This is by default, because otherwise you would be downloading 100,000 images ^^ - Your system probably won't have both LibAv and FFMPEG, because of that, one of those tests will get skipped. - Your system will not have python-magic from Ubuntu. Hence, that test will be skipped too (It will use the python-magic from pypi) You can get more info about skipped tests by adding the `-r s` arg to pytest. TASK DETAIL https://phabricator.wikimedia.org/T136985 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: AbdealiJK Cc: jayvdb, AbdealiJK, Aklapper, pywikibot-bugs-list, DrTrigon, Zppix, Lethexie, Jay8g _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
