mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
(cherry picked from commit 297de3011c
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
b85107e289
commit
bc0bb0cfc5
3 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,7 @@ cffi >= 1.14.2, != 1.14.3 # Yanked version which older versions of pip will stil
|
|||
redis == 2.10.6 ; python_version < '2.7'
|
||||
redis < 4.0.0 ; python_version >= '2.7' and python_version < '3.6'
|
||||
redis ; python_version >= '3.6'
|
||||
pycdlib < 1.13.0 ; python_version < '3' # 1.13.0 does not work with Python 2, while not declaring that
|
||||
|
||||
# freeze pylint and its requirements for consistent test results
|
||||
astroid == 2.2.5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue