From 63f5839a19f2f1063d96bb8a24a582b4a6d0e940 Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Sat, 8 Dec 2012 15:09:14 -0600 Subject: Unpin lxml requirements Ubuntu is using a much newer version of lxml so we shouldn't lock the versions in our infrasctructure. Change-Id: I688c0be196db526f220262e25afa79d84fcae632 Signed-off-by: Chuck Short --- nova/tests/test_libvirt_config.py | 6 +++--- tools/pip-requires | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nova/tests/test_libvirt_config.py b/nova/tests/test_libvirt_config.py index c285d46c0..dd4472555 100644 --- a/nova/tests/test_libvirt_config.py +++ b/nova/tests/test_libvirt_config.py @@ -366,7 +366,7 @@ class LibvirtConfigGuestDiskTest(LibvirtConfigBaseTest): self.assertXmlEqual(xml, """ - + """) @@ -387,7 +387,7 @@ class LibvirtConfigGuestDiskTest(LibvirtConfigBaseTest): self.assertXmlEqual(xml, """ - + @@ -535,7 +535,7 @@ class LibvirtConfigGuestInterfaceTest(LibvirtConfigBaseTest): - + """) diff --git a/tools/pip-requires b/tools/pip-requires index 6b3c83ec6..02e92158a 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -5,7 +5,7 @@ anyjson>=0.2.4 boto eventlet>=0.9.17 kombu>=1.0.4 -lxml>=2.3,<=2.3.5 +lxml>=2.3 routes==1.12.3 WebOb==1.0.8 greenlet>=0.3.1 -- cgit