mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Update default ansible-test docker container. (#37644)
* Limit cryptography version for Python 2.6 tests. * Specify pip list format to eliminate warning.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
coverage >= 4.2, != 4.3.2 # features in 4.2+ required, avoid known bug in 4.3.2 on python 2.6
|
||||
cryptography < 2.2 ; python_version < '2.7' # cryptography 2.2 drops support for python 2.6
|
||||
pywinrm >= 0.3.0 # message encryption support
|
||||
astroid == 1.5.3 ; python_version >= '3.5' # newer versions of astroid require newer versions of pylint to avoid bugs
|
||||
pylint == 1.7.4 ; python_version >= '3.5' # versions before 1.7.1 hang or fail to install on python 3.x
|
||||
|
||||
Reference in New Issue
Block a user