jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/565757 )
Change subject: mysql: update requirements ......................................................................
mysql: update requirements
The PyMySql module has been the default since 72f072f0c and is the prefered python module. Do not give a hint to deprecated MySQLdb any longer.
detached from Iaa295b272
Bug: T89976 Change-Id: I4a84aba97c782d543a511017c6b31ffc40ddac03 --- M requirements.txt 1 file changed, 1 insertion(+), 2 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/requirements.txt b/requirements.txt index f8d1aa5..c205c71 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,8 +56,7 @@ # textlib.py and patrol.py mwparserfromhell>=0.3.3
-# The mysql generator in pagegenerators depends on either PyMySQL or MySQLdb -# pywikibot prefers PyMySQL over MySQLdb (Python 2 only) +# The mysql generator in pagegenerators depends on PyMySQL PyMySQL
# core HTML comparison parser in diff module
pywikibot-commits@lists.wikimedia.org