diff --git a/news/87.tests b/news/87.tests new file mode 100644 index 00000000..c84f9ebd --- /dev/null +++ b/news/87.tests @@ -0,0 +1,3 @@ +Fix test in combination with lxml 5+ due to namespace changes. +In this example, an xpath `/html/body/include` cannot be found because lxml 5 sees it as `/html/body/esi:include`, but this cannot easily be used as an xpath. +[maurits] diff --git a/src/diazo/tests/esi/xpaths.txt b/src/diazo/tests/esi/xpaths.txt deleted file mode 100644 index 3fd3a053..00000000 --- a/src/diazo/tests/esi/xpaths.txt +++ /dev/null @@ -1,2 +0,0 @@ -# The xpath testing mucks about with namespaces... -/html/body/include