Freeze pycodestyle in ansible-test.
This commit is contained in:
parent
e7c2eb519b
commit
159d79995c
2 changed files with 5 additions and 0 deletions
changelogs/fragments
test/lib/ansible_test/_data/requirements
2
changelogs/fragments/ansible-test-pycodestyle-freeze.yml
Normal file
2
changelogs/fragments/ansible-test-pycodestyle-freeze.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- ansible-test now uses ``pycodestyle`` frozen at version 2.6.0 for consistent test results.
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue