On 26/02/2026 22.33, John Snow wrote:
Following suit with the rest of this repository, drop avocado and
replace it with the Python standard "pytest" package.
Our ultimate goal is to merge these python tests with the meson test
suite, so the use of 'pytest' here is only a stop-gap solution to get
the GitLab CI 'check-python-tox' passing again following recent Python
packaging ecosystem changes.
Signed-off-by: John Snow <[email protected]>
---
python/Makefile | 4 +-
python/setup.cfg | 1 +
python/tests/linters.py | 79 ++++++++++++++++++++++++++++++++++++++++
python/tests/minreqs.txt | 1 +
4 files changed, 83 insertions(+), 2 deletions(-)
create mode 100644 python/tests/linters.py
Reviewed-by: Thomas Huth <[email protected]>