From de9a6a4d6c6e20f6ba6ee7798e0a29431d04def9 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 19 Mar 2021 12:24:28 +0800 Subject: [PATCH] pybind/mgr/dashboard: remove "python_version >= 3' remove "python_version >= '3'" from requirements-lint.txt, as we've dropped the Python2 support. Signed-off-by: Kefu Chai --- src/pybind/mgr/dashboard/requirements-lint.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pybind/mgr/dashboard/requirements-lint.txt b/src/pybind/mgr/dashboard/requirements-lint.txt index 4b9bdc7c0d3da..917547b909553 100644 --- a/src/pybind/mgr/dashboard/requirements-lint.txt +++ b/src/pybind/mgr/dashboard/requirements-lint.txt @@ -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 -- 2.39.5