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 ! |
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 ! |
replace pkg_resources with packaging |
1
