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)
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