Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1005719?usp=email )

Change subject: [tests] install bs4 for pywikibot CI tests
......................................................................

[tests] install bs4 for pywikibot CI tests

Most proofreadpage_tests were not executed due to missing bs4.
Install it for tests and code coverage with pywikibot CI action.

Change-Id: I6dd70a6e2538b19ff64d8a22a64c5c818f496f94
---
M .github/workflows/pywikibot-ci.yml
1 file changed, 13 insertions(+), 0 deletions(-)

Approvals:
  Xqt: Verified; Looks good to me, approved




diff --git a/.github/workflows/pywikibot-ci.yml 
b/.github/workflows/pywikibot-ci.yml
index ea447d1..8c91dfb 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -92,6 +92,7 @@
         pip --version
         if [ -f dev-requirements.txt ]; then pip install -r 
dev-requirements.txt; fi
         if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
+        pip install "beautifulsoup4>=4.7.1"
         pip install wikitextparser

     - name: Generate family files

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1005719?usp=email
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: I6dd70a6e2538b19ff64d8a22a64c5c818f496f94
Gerrit-Change-Number: 1005719
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to