mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add constraint for pyone to keep tests passing.
This commit is contained in:
parent
f7328693f2
commit
aea4902822
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ xmltodict < 0.12.0 ; python_version < '2.7' # xmltodict 0.12.0 and later require
|
|||
lxml < 4.3.0 ; python_version < '2.7' # lxml 4.3.0 and later require python 2.7 or later
|
||||
pyvmomi < 6.0.0 ; python_version < '2.7' # pyvmomi 6.0.0 and later require python 2.7 or later
|
||||
pytest < 3.10.0 ; python_version >= '2.7' # pytest 3.10.0+ causes some tests to crash, pytest 4.2.0+ causes internal errors in pytest-forked
|
||||
pyone == 1.1.9 # newer versions do not pass current integration tests
|
||||
|
||||
# freeze pylint and its requirements for consistent test results
|
||||
astroid == 2.0.4
|
||||
|
|
Loading…
Reference in a new issue