mirror of
https://github.com/novoid/appendfilename.git
synced 2026-02-16 12:54:15 +00:00
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>
This commit is contained in:
parent
f423f93e19
commit
c89aa42418
2 changed files with 2 additions and 6 deletions
|
|
@ -1,5 +0,0 @@
|
||||||
[pytest]
|
|
||||||
markers =
|
|
||||||
default: check the default insertion position of appendfile
|
|
||||||
prepend: check the prepend insertion position of appendfile
|
|
||||||
smart: check the smart-prepend insertion position of appendfile
|
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
pyreadline
|
pyreadline3
|
||||||
|
pytest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue