From: Rob Browning Date: Sat, 4 Jan 2020 19:31:48 +0000 (-0600) Subject: test-web: mark as unresolved with respect to python 3 X-Git-Tag: 0.31~113 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=a74f980a79911b14bc5572921f6c9ff94990fc2e;ds=sidebyside 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 --- 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