Freeze pycodestyle in ansible-test.

This commit is contained in:
Matt Clay 2020-05-15 15:27:35 -07:00
parent e7c2eb519b
commit 159d79995c
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- ansible-test now uses ``pycodestyle`` frozen at version 2.6.0 for consistent test results.

View file

@ -51,3 +51,6 @@ mccabe == 0.6.1
pylint == 2.3.1
typed-ast == 1.4.0 # 1.4.0 is required to compile on Python 3.8
wrapt == 1.11.1
# freeze pycodestyle for consistent test results
pycodestyle == 2.6.0