Package: python-cheroot / 9.0.0+ds1-2

Metadata

Package Version Patches format
python-cheroot 9.0.0+ds1-2 3.0 (quilt)

Patch series

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

cheroot/__init__.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 make the package return a pep440-compatible version number
Remove dependency on pypytools.patch | (download)

cheroot/test/test_server.py | 11 8 + 3 - 0 !
1 file changed, 8 insertions(+), 3 deletions(-)

 remove dependency on pypytools

Pypytools is not packaged in Debian/Ubuntu.

Skip test_high_number_of_file_descriptors.patch | (download)

cheroot/test/test_server.py | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 skip test_high_number_of_file_descriptors

`forked` is incompatible with Pytest 7. Therefore skip
`test_high_number_of_file_descriptors` which is the only test that uses
`forked`.

Bug: https://github.com/cherrypy/cheroot/issues/502
Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>