]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/dashboard: upgraded python dev dependencies
authoralfonsomthd <almartin@redhat.com>
Thu, 17 Jan 2019 15:51:11 +0000 (16:51 +0100)
committeralfonsomthd <almartin@redhat.com>
Thu, 17 Jan 2019 15:51:11 +0000 (16:51 +0100)
* pylint, astroid: upgraded only for python 3.
  Latest stable, compatible even with python 3.7

* pycodestyle: 2.4.0 latest stable (python 2 & 3)

Signed-off-by: Alfonso Martínez <almartin@redhat.com>
src/pybind/mgr/dashboard/.pylintrc
src/pybind/mgr/dashboard/requirements-py27.txt
src/pybind/mgr/dashboard/requirements-py3.txt
src/pybind/mgr/dashboard/requirements.txt

index a9681c9c71510b00c69eb012cdb27a20ef2141d4..12baef3aab51dabffb8f1cf6e71f991e26489d14 100644 (file)
@@ -118,7 +118,9 @@ disable=import-star-module-level,
         no-member,
         too-many-arguments,
         too-many-locals,
-        too-many-statements
+        too-many-statements,
+        useless-object-inheritance
+
 
 # Enable the message, report, category or checker with the given id(s). You can
 # either give multiple identifier separated by comma (,) or put this option
index d4062b8d2281072ceceed50eaab3ac8a8f1db96b..d8fb6f6a0dc5ad12042213f701cb72d442d5d94f 100644 (file)
@@ -1 +1,3 @@
+astroid==1.6.1
+pylint==1.8.2
 python-saml==2.4.2
index 63da8edcc5cff60914833bf378514afdd3c2e645..364ce28356ccd2dbc3b54a7e771ed42f486ebbb2 100644 (file)
@@ -1 +1,3 @@
+astroid==2.1.0
+pylint==2.2.2
 python3-saml==1.4.1
index 12d3ecb560411d156d33c730f46a9a527553d3fb..3bc95178126929ff0db09b937a498cb828a5c145 100644 (file)
@@ -1,4 +1,3 @@
-astroid==1.6.1
 attrs==17.4.0
 backports.functools-lru-cache==1.4
 bcrypt==3.1.4
@@ -17,10 +16,9 @@ pbr==3.1.1
 pluggy==0.6.0
 portend==2.2
 py==1.5.2
-pycodestyle==2.3.1
+pycodestyle==2.4.0
 pycparser==2.18
 PyJWT==1.6.4
-pylint==1.8.2
 pyopenssl==17.5.0
 pytest==3.3.2
 pytest-cov==2.5.1