mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-11 20:11:47 +00:00
try to work-around towncrier compatibility issue
This commit is contained in:
3
tox.ini
3
tox.ini
@ -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
|
||||||
|
Reference in New Issue
Block a user