[stable-2.9] ansible-test - Fix `pylint` error.

This prevents `pylint` from failing with warnings reported as errors and with no test results given.

Resolves https://github.com/ansible/ansible/issues/75791
(cherry picked from commit a00c61719b)

Co-authored-by: Matt Clay <matt@mystile.com>
pull/75810/head
Matt Clay 4 years ago
parent b26b96dd3a
commit d4f96531d9

@ -0,0 +1,2 @@
bugfixes:
- ansible-test - Update ``isort`` constraint from version 4.3.15 to 4.3.16 to prevent ``pylint`` from failing with warnings reported as errors.

@ -47,7 +47,7 @@ websocket-client < 1 ; python_version < '3' # version 1.0.0 drops support for p
# freeze pylint and its requirements for consistent test results
astroid == 2.3.3
isort == 4.3.15
isort == 4.3.16
lazy-object-proxy == 1.4.3
mccabe == 0.6.1
pylint == 2.3.1

Loading…
Cancel
Save