mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Limit pytest < 3.3.0 for python 2.6.
This commit is contained in:
parent
73132d3906
commit
58286ef93b
1 changed files with 1 additions and 0 deletions
|
@ -10,3 +10,4 @@ pycrypto >= 2.6 # Need features found in 2.6 and greater
|
|||
ncclient >= 0.5.2 # Need features added in 0.5.2 and greater
|
||||
idna < 2.6 # requests requires idna < 2.6, but cryptography will cause the latest version to be installed instead
|
||||
paramiko < 2.4.0 ; python_version < '2.7' # paramiko 2.4.0 drops support for python 2.6
|
||||
pytest < 3.3.0 ; python_version < '2.7' # pytest 3.3.0 drops support for python 2.6
|
||||
|
|
Loading…
Reference in a new issue