From cb225b2c0e816db4f3a913ee323580c6108f2dce Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 15 Dec 2024 20:36:42 +0100 Subject: Merging upstream version 1.29.2. Signed-off-by: Daniel Baumann --- tox.ini | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 612e8b7..f4228f2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,15 +1,21 @@ [tox] -envlist = py36, py37, py38 +envlist = py [testenv] -deps = pytest - mock - pexpect - behave - coverage -commands = python setup.py test +skip_install = true +deps = uv passenv = PYTEST_HOST PYTEST_USER PYTEST_PASSWORD PYTEST_PORT PYTEST_CHARSET +commands = uv pip install -e .[dev,ssh] + coverage run -m pytest -v test + coverage report -m + behave test/features + +[testenv:style] +skip_install = true +deps = ruff +commands = ruff check --fix + ruff format -- cgit v1.2.3