From a74f980a79911b14bc5572921f6c9ff94990fc2e Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sat, 4 Jan 2020 13:31:48 -0600 Subject: [PATCH] test-web: mark as unresolved with respect to python 3 Since cmd-web hasn't been adjusted for python 3 yet. Signed-off-by: Rob Browning --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 3f709a5..8b062a4 100644 --- a/Makefile +++ b/Makefile @@ -207,6 +207,8 @@ cmdline_tests := \ t/test-xdev.sh ifeq "2" "$(bup_python_majver)" + # unresolved + # web: needs more careful attention, path bytes round-trips, reprs, etc. cmdline_tests += \ t/test-web.sh endif -- 2.39.2