fix(order_utils.py): unpin pylint version (#1337)

The version was pinned in order to work around a bug in pylint.  That
bug has been fixed and released.
This commit is contained in:
F. Eugene Aumson 2018-11-27 14:49:28 -05:00 committed by GitHub
parent 4653e4c011
commit 768c28f328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -187,8 +187,7 @@ setup(
"mypy_extensions", "mypy_extensions",
"pycodestyle", "pycodestyle",
"pydocstyle", "pydocstyle",
"pylint<=2.1.1", # version pinned until resolution of "pylint",
# https://github.com/PyCQA/pylint/issues/2612
"pytest", "pytest",
"sphinx", "sphinx",
"tox", "tox",