1
0
Fork 0
qemu/tests/lcitool/libvirt-ci/tox.ini
Daniel Baumann ea34ddeea6
Adding upstream version 1:10.0.2+ds.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 14:27:05 +02:00

20 lines
344 B
INI

[tox]
isolated_build = True
envlist = py3{8,11}, lint
[testenv]
package = wheel
wheel_build_env = .pkg
[testenv:py3{8,11}]
description = Run pytest
deps = pytest
ansible
ansible-runner
-rrequirements.txt
commands = pytest {posargs}
[testenv:lint]
description = Run linter
deps = flake8
commands = flake8 --format=pylint