From: Jan Fajerski Date: Tue, 11 Aug 2020 12:08:33 +0000 (+0200) Subject: ceph-volume: run flake8 in pyhton3 X-Git-Tag: v15.2.5~75^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F36588%2Fhead;p=ceph.git ceph-volume: run flake8 in pyhton3 Fixes: https://tracker.ceph.com/issues/46897 Signed-off-by: Jan Fajerski (cherry picked from commit 03ec346fa410b8f2816f42d6f0fc5204ff9f1ccf) --- diff --git a/src/ceph-volume/tox.ini b/src/ceph-volume/tox.ini index 3f091afc78dd..6ccf3e775caa 100644 --- a/src/ceph-volume/tox.ini +++ b/src/ceph-volume/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36, py3, flake8 +envlist = py36, py3, py3-flake8 skip_missing_interpreters = true [testenv] @@ -9,7 +9,7 @@ deps= install_command=./tox_install_command.sh {opts} {packages} commands=py.test -v {posargs:ceph_volume/tests} --ignore=ceph_volume/tests/functional -[testenv:flake8] +[testenv:py3-flake8] deps=flake8 commands=flake8 {posargs:ceph_volume}