]> arthur.barton.de Git - bup.git/blobdiff - Makefile
Adjust server and client to accommodate python 3
[bup.git] / Makefile
index 24d75faae9b04c801b7291fd67603aca57ae2beb..1423e13f7e3f73e7d4f816785ec8880cab8074e1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -145,6 +145,7 @@ runtests: runtests-python runtests-cmdline
 
 python_tests := \
   lib/bup/t/tbloom.py \
+  lib/bup/t/tclient.py \
   lib/bup/t/tgit.py \
   lib/bup/t/thashsplit.py \
   lib/bup/t/thelpers.py \
@@ -158,7 +159,6 @@ python_tests := \
 
 ifeq "2" "$(bup_python_majver)"
   python_tests += \
-    lib/bup/t/tclient.py \
     lib/bup/t/tresolve.py
 endif