jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/657853 )
Change subject: [doc] Update ui_tests.py documentation ...................................................................... [doc] Update ui_tests.py documentation Change-Id: I4a6f5536ad125cc565cf8061e4fc21fa37b91339 --- M tests/ui_tests.py 1 file changed, 2 insertions(+), 3 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/tests/ui_tests.py b/tests/ui_tests.py index 6d17093..d95c06e 100644 --- a/tests/ui_tests.py +++ b/tests/ui_tests.py @@ -15,9 +15,8 @@ # adapt the helper functions in TestWindowsTerminalUnicode for other versions. # # For the Windows-based tests, you need the following packages installed: -# - pywin32, for clipboard access, which can be downloaded here: -# http://sourceforge.net/projects/pywin32/files/pywin32/Build%20218/ -# make sure to download the package for the correct python version! +# - pywin32, for clipboard access, which can be installed using: +# pip install -U pywin32 # # - pywinauto, to send keys to the terminal, which can be installed using: # pip install -U pywinauto -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/657853 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I4a6f5536ad125cc565cf8061e4fc21fa37b91339 Gerrit-Change-Number: 657853 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
