From aea4902822a93c4178fc5b63dd1cc698692a6280 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Thu, 14 Feb 2019 09:17:58 -0800 Subject: [PATCH] Add constraint for pyone to keep tests passing. --- test/runner/requirements/constraints.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runner/requirements/constraints.txt b/test/runner/requirements/constraints.txt index 3d0ddc1954c..cbec5b49a89 100644 --- a/test/runner/requirements/constraints.txt +++ b/test/runner/requirements/constraints.txt @@ -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