This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 5078483  Temp test fix?
5078483 is described below

commit 50784830190508ce80240bba0c1d836d669ed649
Author: Sebb <s...@apache.org>
AuthorDate: Sun Apr 28 01:25:54 2024 +0100

    Temp test fix?
---
 .github/workflows/unittest.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index 4891f9b..9f8e8cf 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -37,7 +37,9 @@ jobs:
         python -m pip install --upgrade pip
         pip install -r tools/requirements.txt
         pip install -r test/requirements.txt
-        pip install html2text # optional dependency, but needed for tests
+        # WARNING: Later versions of html2text cause some tests to fail
+        # It is not yet clear if this is a testing issue or a genuine problem
+        pip install html2text==2020.1.16 # optional dependency, but needed for 
tests
         pip list
     - name: Check versions
       run: |

Reply via email to