jayvdb added a comment.
nose is expecting `imageharvest -help` to fail. In script_tests, TestScriptHelp has `_expected_failures = failed_dep_script_list` , so the only expected failures are the items in `failed_dep_script_list` . Previously the script failed because the `BeautifulSoup` import failed. If bs4 isnt installed, does `imageharvest -help` fail? TASK DETAIL https://phabricator.wikimedia.org/T115428 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: darthbhyrava, jayvdb Cc: TerraCodes, gerritbot, AbdealiJK, darthbhyrava, StudiesWorld, XZise, Aklapper, Avicennasis, pywikibot-bugs-list, jayvdb, Lewizho99, Mdupont, Maathavan _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
