File NumCpp-disable-pytest.patch of Package NumCpp
---
test/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: NumCpp-Version_2.12.1/test/CMakeLists.txt
===================================================================
--- NumCpp-Version_2.12.1.orig/test/CMakeLists.txt
+++ NumCpp-Version_2.12.1/test/CMakeLists.txt
@@ -1,7 +1,7 @@
if(BUILD_TESTS)
message(STATUS "Configuring Unit Tests")
add_subdirectory(gtest)
- add_subdirectory(pytest)
+ # add_subdirectory(pytest)
endif()
if(BUILD_MULTIPLE_TEST)