Add python tap runner to the tree
[babeltrace.git] / configure.ac
index 5498a9093ac1ac500ac07cb20ef8df9556da1086..9c2024e15012cce0992b5f168969aeac56df90fe 100644 (file)
@@ -573,15 +573,6 @@ AS_IF([test "x$enable_python_bindings_doc" = xyes],
   ]
 )
 
-AS_IF([test "x$enable_python_bindings_tests" = xyes],
-  [
-    AM_CHECK_PYTHON_TAPPY([PYTHON])
-    AS_IF([test "x$PYTHON_TAPPY_EXISTS" = xno],
-      [AC_MSG_ERROR([You need the tappy Python project to test the Python bindings (see <https://github.com/python-tap/tappy>)])]
-    )
-  ]
-)
-
 AS_IF([test "x$enable_debug_info" = xyes],
   [
     # Check if libelf and libdw are present
This page took 0.023673 seconds and 4 git commands to generate.