Skip to content

Commit

Permalink
Force reportlab < 4.3 to heal tests. (#128)
Browse files Browse the repository at this point in the history
See also #127.
  • Loading branch information
icemac authored Mar 5, 2025
1 parent a30756a commit ed3ba77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ CHANGES
version.
(`#125 <https://github.com/zopefoundation/z3c.rml/issues/125>_`)

- As tests break with ``reportlab >= 4.3``, for now force the tests to use an
older version.
(`#127 <https://github.com/zopefoundation/z3c.rml/issues/127>_`)


4.4.0 (2023-08-23)
------------------
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ envlist =
usedevelop = true
deps =
pillow < 11
reportlab < 4.3
commands =
zope-testrunner --test-path=src {posargs:-vc}
extras =
Expand Down Expand Up @@ -51,6 +52,7 @@ allowlist_externals =
deps =
coverage
pillow < 11
reportlab < 4.3
commands =
mkdir -p {toxinidir}/parts/htmlcov
coverage run -m zope.testrunner --test-path=src {posargs:-vc}
Expand Down

0 comments on commit ed3ba77

Please sign in to comment.