mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
Unfreeze six in test constraints.
This avoids re-installation during integration test runs. Pinning this requirement shouldn't be needed for consistent test results when running pylint.
This commit is contained in:
parent
e0d8d9c2bf
commit
bbad5d1d16
1 changed files with 0 additions and 1 deletions
|
@ -37,6 +37,5 @@ isort == 4.3.4
|
||||||
lazy-object-proxy == 1.3.1
|
lazy-object-proxy == 1.3.1
|
||||||
mccabe == 0.6.1
|
mccabe == 0.6.1
|
||||||
pylint == 2.1.1
|
pylint == 2.1.1
|
||||||
six == 1.11.0
|
|
||||||
typed-ast == 1.1.0
|
typed-ast == 1.1.0
|
||||||
wrapt == 1.10.11
|
wrapt == 1.10.11
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue