Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1221951?usp=email )
Change subject: cleanup: remove mock dependency for fasttest ......................................................................
cleanup: remove mock dependency for fasttest
mock package is part of Python since 3.3
Change-Id: I0cb029225ffffc4eb91f8151ae3d58d55db49ad2 --- M tox.ini 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
diff --git a/tox.ini b/tox.ini index 2748f42..8231b1c 100644 --- a/tox.ini +++ b/tox.ini @@ -48,7 +48,6 @@
fasttest: pytest != 9.0.0 fasttest: pytest-attrib - fasttest: mock fasttest: .[scripts]
fasttest-py39: .[html]
pywikibot-commits@lists.wikimedia.org