From c89aa42418e31bde10592da26583d1ea12c2284c Mon Sep 17 00:00:00 2001 From: Norwid Behrnd Date: Thu, 31 Oct 2024 10:12:11 +0100 Subject: [PATCH] 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 --- pytest.ini | 5 ----- requirements.txt | 3 ++- 2 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini deleted file mode 100644 index cc7fbc4..0000000 --- a/pytest.ini +++ /dev/null @@ -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 diff --git a/requirements.txt b/requirements.txt index e64a4a0..688fd74 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -pyreadline +pyreadline3 +pytest