jenkins-bot has submitted this change and it was merged. Change subject: Remove incorrect 'test_utils' in requirements.txt ......................................................................
Remove incorrect 'test_utils' in requirements.txt test_utils was incorrectly placed into requirements.txt. In fact that was an implicit local import rather than a dependency on the external package of the same name. The local module was removed in b55d584. Change-Id: I9844196af5914fb3cea44ec27140592de25f0beb --- M requirements.txt 1 file changed, 0 insertions(+), 3 deletions(-) Approvals: John Vandenberg: Looks good to me, but someone else must approve Nullzero: Looks good to me, approved jenkins-bot: Verified diff --git a/requirements.txt b/requirements.txt index 08d005c..415fd1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,9 +41,6 @@ Pillow flickrapi -# scripts/tests/test_data_ingestion.py -test_utils - # incomplete core component botirc irc -- To view, visit https://gerrit.wikimedia.org/r/175328 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9844196af5914fb3cea44ec27140592de25f0beb Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: John Vandenberg <[email protected]> Gerrit-Reviewer: John Vandenberg <[email protected]> Gerrit-Reviewer: Ladsgroup <[email protected]> Gerrit-Reviewer: Merlijn van Deen <[email protected]> Gerrit-Reviewer: Nullzero <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
