From 5a592a455b5c2e115ada677755055825a23f0b50 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 8 Dec 2022 22:34:38 +0800 Subject: [PATCH] qa: add pytest to deps of py3 env otherwise it is mising when running test, and we'd have following failure: py3: exit 2 (0.00 seconds) /home/jenkins-build/build/workspace/ceph-pull-requests/qa> pytest --assert=plain test_import.py Signed-off-by: Kefu Chai (cherry picked from commit 127dd54db84afb90ae20fdc7c4ecdcbf789aec25) --- qa/tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/tox.ini b/qa/tox.ini index 620cdbb54a0ac..5b2149c4989bf 100644 --- a/qa/tox.ini +++ b/qa/tox.ini @@ -32,6 +32,7 @@ basepython = python3 deps = {env:TEUTHOLOGY_GIT:git+https://github.com/ceph/teuthology.git@main}#egg=teuthology[coverage,orchestra,test] httplib2 + pytest commands = pytest --assert=plain test_import.py pytest tasks/tests --suite-dir {toxinidir}/suites {posargs} -- 2.39.5