Package: incremental / 24.7.2-4

Metadata

Package Version Patches format
incremental 24.7.2-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 broken flushWarnings.patch | (download)

src/incremental/tests/test_version.py | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 broken-flushwarnings

Fix spurious unit tests failures due to broken behavior in
SynchronousTestCase.flushWarnings, which ends up skipping
warnings. See this code around 1160:

aModule = sys.modules[aFunction.__module__]
filename = inspect.getabsfile(aModule)

if filename != os.path.normcase(aWarning.filename):
    continue

pr142.patch | (download)

pyproject.toml | 2 1 + 1 - 0 !
src/incremental/update.py | 8 4 + 4 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

 replace pkg_resources with packaging