Add constraint for pyone to keep tests passing.

pull/57076/head^2
Matt Clay 6 years ago
parent f7328693f2
commit aea4902822

@ -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…
Cancel
Save