From 4525bf5dc777bb3b1fd7277441050c2ce977d798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org> Date: Thu, 15 Jul 2021 09:55:51 +0200 Subject: [PATCH] MAINT: test fails to package incompatibility --- tests/test_server_side_scripting.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_server_side_scripting.py b/tests/test_server_side_scripting.py index 1c03252..fb25dc3 100644 --- a/tests/test_server_side_scripting.py +++ b/tests/test_server_side_scripting.py @@ -252,6 +252,7 @@ def test_diagnostics_basic(): assert xml.xpath("/Response/script/stderr")[0].text is None +@mark.xfail(reason=("package incompatibility: pandas and numexpr")) def test_diagnostics_with_file_upload(): RecordType("TestRT").insert() _REMOVE_FILES_AFTERWARDS.append("test_file.txt") -- GitLab