Package: python-irc / 8.5.3+dfsg-5

Metadata

Package Version Patches format
python-irc 8.5.3+dfsg-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 setup.patch | (download)

setup.py | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 remove unnecessary build dependencies.
02 fake clock for tests.patch | (download)

irc/tests/test_client.py | 38 38 + 0 - 0 !
1 file changed, 38 insertions(+)

 use a fake system clock for unit tests.
 .
 This removes a non-deterministic dependency on the real system clock.
Bug-Debian: https://bugs.debian.org/854539
03 config pytest.patch | (download)

setup.cfg | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 correct an obsolete configuration section title.
 .
 Recent versions of PyTest remove support for the pytest section
 name in setup.cfg. The section must now be named tool:pytest.
Bug: https://docs.pytest.org/en/4.0.0/deprecations.html#pytest-section-in-setup-cfg-files