]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: run flake8 in pyhton3 36565/head
authorJan Fajerski <jfajerski@suse.com>
Tue, 11 Aug 2020 12:08:33 +0000 (14:08 +0200)
committerJan Fajerski <jfajerski@suse.com>
Tue, 11 Aug 2020 12:08:33 +0000 (14:08 +0200)
Fixes: https://tracker.ceph.com/issues/46897
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
src/ceph-volume/tox.ini

index 3f091afc78dd6805e85ad43d46997bda6b34936a..6ccf3e775caadb0708c2c341475b64fdf3e650bd 100644 (file)
@@ -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}