Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit incremental library (dependency of towncrier) (#41065)
The incremental library 24.7.0 and 24.7.1 have been broken (the 24.7.0 has been yanked already but 24.7.1 has still a breaking change - it plugs in setuptools/distutils in the way that when virtualenv is invoked incremental will scan pyproject.toml in the current directory and fails if it finds something that it see as inconsistency (where it apparently is not). Unfortunately it happens when just `python -m virtualenv` is invoked so generally it breaks all our tests that are creating a virtualenv using it. This is tracked in twisted/incremental#106
- Loading branch information