]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/mgr/dashboard: remove "python_version >= 3' 40273/head
authorKefu Chai <kchai@redhat.com>
Fri, 19 Mar 2021 04:24:28 +0000 (12:24 +0800)
committersinguliere <singuliere@autistici.org>
Sat, 20 Mar 2021 07:26:09 +0000 (08:26 +0100)
remove "python_version >= '3'" from requirements-lint.txt, as we've
dropped the Python2 support.

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit de9a6a4d6c6e20f6ba6ee7798e0a29431d04def9)

src/pybind/mgr/dashboard/requirements-lint.txt

index 4b9bdc7c0d3da122ffc352713fefb185738aba6e..917547b9095535a009c22289953611de9b4b8306 100644 (file)
@@ -1,11 +1,11 @@
 pylint==2.6.0
-flake8==3.9.0; python_version >= '3'
-flake8-colors==0.1.6; python_version >= '3'
+flake8==3.9.0
+flake8-colors==0.1.6
 #TODO: Fix docstring issues: https://tracker.ceph.com/issues/41224
 #flake8-docstrings
 #pep8-naming
-rstcheck==3.3.1; python_version >= '3'
-autopep8; python_version >= '3'
-pyfakefs; python_version >= '3'
+rstcheck==3.3.1
+autopep8
+pyfakefs
 isort==5.5.3
 pytest