Fabian Affolter
Fabian Affolter
Currently the building of the package 1.10.0 fails on Fedora 29 with: ```bash gcc -DHAVE_CONFIG_H -I. -DUSE_NCURSES=1 -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong...
From 1.18.2 to 1.35.0 seems a bit risky to relax. ```bash error: builder for '/nix/store/8r4a8v4i1nhvwxzlacka70w9vn2gilbp-python3.11-nixops-hetznercloud-unstable-2023-02-19.drv' failed with exit code 1; last 10 log lines: > * Getting build dependencies for...
**Describe the bug** Tests starting to fail with python 3.12. They are passing with Python 3.11. ```bash ============================= test session starts ============================== platform linux -- Python 3.12.2, pytest-7.4.4, pluggy-1.4.0 rootdir:...
`bs4` is a dummy package which points to `beautifulsoup4`. Distributions don't have `bs4` in a lot of cases.
As far as I can tell there is no license statement. This is a requirement for distribution packaging and currently blocking `urlprobe` as it depends on `gahttp`. Could you please...
It would be nice if the source could be tagged. This would allow one to download the source tarball from here and then run the tests. An alternative would be...
With 0.9.1 the tests are not passing locally with `pytest`. ```bash ============================= test session starts ============================== platform linux -- Python 3.8.8, pytest-6.2.2, py-1.9.0, pluggy-0.13.1 rootdir: /build/source, configfile: setup.cfg, testpaths: tests...
See https://github.com/smarie/python-pytest-cases/issues/203
Could you please tag the source? This allows distributions to get the complete source from GitHub if they want. Thanks
COPYING and README.rst should be part of the tarball. Is an issue that will come up if the module is packed for distributions. Thanks