try to work-around towncrier compatibility issue

This commit is contained in:
Jean-Paul Calderone
2023-07-07 16:32:15 -04:00
parent dfd34cfc0b
commit c06e3e12ba

View File

@ -100,6 +100,9 @@ deps =
# Pin a specific version so we get consistent outcomes; update this # Pin a specific version so we get consistent outcomes; update this
# occasionally: # occasionally:
ruff == 0.0.263 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 towncrier
# On macOS, git inside of towncrier needs $HOME. # On macOS, git inside of towncrier needs $HOME.
passenv = HOME passenv = HOME