From c06e3e12babdce4cf3731c718c89d29ad493be09 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 7 Jul 2023 16:32:15 -0400 Subject: [PATCH] try to work-around towncrier compatibility issue --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 2f245f2ed..127cd9178 100644 --- a/tox.ini +++ b/tox.ini @@ -100,6 +100,9 @@ deps = # Pin a specific version so we get consistent outcomes; update this # occasionally: ruff == 0.0.263 + # towncrier doesn't work with importlib_resources 6.0.0 + # https://github.com/twisted/towncrier/issues/528 + importlib_resources < 6.0.0 towncrier # On macOS, git inside of towncrier needs $HOME. passenv = HOME