Commit graph

5 commits

Author SHA1 Message Date
nbehrnd
09903e82fb
Merge branch 'master' into rebuild_pytest 2024-10-31 11:45:27 +01:00
Norwid Behrnd
c89aa42418 fix(requirements.txt): update and extend scope
By now, an update/move to `pyreadline3` is sensible (as already in
the principal branch).  Extension with `pytest` offers an optional
test on site.

In Linux Debian 13/trixie (virtual environment of Python 3.12.4 and
pytest 8.3.3), out of 540 tests all 540 pass, and 4 are tagged
with a warning.  Pylint (3.3.1)/astroid (3.3.5) indicate a couple of
possible improvements (r strings, etc.) and hence rate
test_appendfilename.py with 6.21/10 -- but does not report a syntax
error.

Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
2024-10-31 10:28:49 +01:00
Norwid Behrnd
55c17c2247 fix(requirements.txt): move from pyreadline to pyreadline3
Module `pyreadline3`, a fork of `pyreadline` no longer actively
maintained on PyPI replaces its predecessor.  This equally aims
to account for an reported problem using the utility in Windows.[1]

[1] https://github.com/novoid/appendfilename/issues/18

Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
2024-10-22 17:59:40 +02:00
Karl Voit
d82106ba54 added requirements.txt 2018-02-03 18:43:52 +01:00
Karl Voit
298a548a49 added pip setup 2016-09-11 17:45:29 +02:00