Blame fbthrift-toggle_py_tests.patch

2251c7e
--- fbthrift-2021.11.15.00/thrift/lib/py3/CMakeLists.txt.no_tests	2021-11-15 00:28:52.000000000 -0800
2251c7e
+++ fbthrift-2021.11.15.00/thrift/lib/py3/CMakeLists.txt	2021-11-19 10:16:36.796748134 -0800
2251c7e
@@ -143,4 +143,6 @@
2251c7e
   WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/cybld)"
2251c7e
 )
2251c7e
 
2251c7e
-add_subdirectory(test)
2251c7e
+if (enable_tests)
2251c7e
+  add_subdirectory(test)
2251c7e
+endif ()