XZise added a subscriber: XZise. XZise added a comment.
Hi @VcamX github allows you to compare your branch with the master branch relatively easy (at least if you rebase your changes only): https://github.com/wikimedia/pywikibot-core/compare/master...VcamX:requests
Regarding the error that `LockedPage`: The username and not sysop username is defined in the `.travis.yml` file so afaik all tests on Travis assume the test is not done by a sysop account. If you configure a sysop account in pywikibot as a normal user account it assumes that this account is not a sysop account. There is practically no reliable way to determine if your account is a sysop account which is why @jayvdb is working on a patch (or actually has submitted it already) which tries to avoid this difference (see also https://phabricator.wikimedia.org/T71283). I guess noone is using a sysop account to be run on Travis which so we didn't noticed that yet. In theory you could change in your `.travis.yml` that it also defines `sysopusernames` although better would be to change that test to check if the configured user has the permission to edit that page.
TASK DETAIL https://phabricator.wikimedia.org/T98671
EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: VcamX, XZise Cc: XZise, Ricordisamoa, Aklapper, jayvdb, pywikipedia-bugs