]> arthur.barton.de Git - bup.git/commitdiff
test-web: mark as unresolved with respect to python 3
authorRob Browning <rlb@defaultvalue.org>
Sat, 4 Jan 2020 19:31:48 +0000 (13:31 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sun, 2 Feb 2020 19:30:12 +0000 (13:30 -0600)
Since cmd-web hasn't been adjusted for python 3 yet.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Makefile

index 3f709a545d332a0c956409afbc5933e212aa217d..8b062a4445ca5e322f7fd6ff5e15c13803648ce6 100644 (file)
--- 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