Repository: libcloud Updated Branches: refs/heads/trunk 30418de14 -> 96f704333
Add py3.5-lxml to tox.ini So I can construct a bytes vs str test case that fails reproducibly under Python 3. Turned out there were already several so no need: ERROR: test_create_group_location_does_not_exist (libcloud.test.compute.test_abiquo.AbiquoNodeDriverTest) ...(not all 595 errors shown) ERROR: test_update_target (libcloud.test.backup.test_dimensiondata.DimensionDataTests) ERROR: test_update_target_DEFAULT (libcloud.test.backup.test_dimensiondata.DimensionDataTests) ERROR: test_update_target_STR (libcloud.test.backup.test_dimensiondata.DimensionDataTests) FAIL: test_wait_until_running_running_multiple_nodes_have_same_uuid (libcloud.test.compute.test_deployment.DeploymentTests) FAIL: test_wait_until_running_running_node_missing_from_list_nodes (libcloud.test.compute.test_deployment.DeploymentTests) FAIL: test_wait_until_running_timeout (libcloud.test.compute.test_deployment.DeploymentTests) FAIL: test_ex_set_control_access (libcloud.test.compute.test_vcloud.VCloud_1_5_Tests) FAILED (failures=4, errors=595, skipped=14) Others can let me know if it's a worthwhile trade off to add lxml testing against all environments. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/48a02a62 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/48a02a62 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/48a02a62 Branch: refs/heads/trunk Commit: 48a02a628a05424ce88affe88f8b52203f8f8adb Parents: 30418de Author: Peter Schmidt <pe...@peterjs.com> Authored: Mon Apr 18 11:44:24 2016 +1000 Committer: Peter Schmidt <pe...@peterjs.com> Committed: Mon Apr 18 11:48:38 2016 +1000 ---------------------------------------------------------------------- tox.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/48a02a62/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index c08c4c2..2ebdd75 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{2.5,2.6,2.7,pypy,pypy3,3.2,3.3,3.4,3.5},lint +envlist = py{2.5,2.6,2.7,pypy,pypy3,3.2,3.3,3.4,3.5},py3.5-lxml,lint [testenv] deps = @@ -21,6 +21,10 @@ basepython = py3.5: python3.5 whitelist_externals = cp +[testenv:py3.5-lxml] +deps = -r{toxinidir}/requirements-tests.txt + lxml + [testenv:docs] deps = sphinx pysphere