Add python tap runner to the tree
[babeltrace.git] / configure.ac
index 0f27f1c516f943440036ac080550659c9a84de8a..6b13bf46a3eb961b51e05862d2045c9b047605be 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.023992 seconds and 4 git commands to generate.