diff --git a/Tests/Unit/PyBinding/CMakeLists.txt b/Tests/Unit/PyBinding/CMakeLists.txt
index 0e08ec3f94038ed14a9763911bdf33a15a6e1228..ee78cbfabd259e1c4b8b7c9b2e506ca140bb8b10 100644
--- a/Tests/Unit/PyBinding/CMakeLists.txt
+++ b/Tests/Unit/PyBinding/CMakeLists.txt
@@ -12,7 +12,6 @@ add_executable(${test} ${source_files} ${CMAKE_SOURCE_DIR}/Tests/GTestWrapper/Te
 target_include_directories(${test}
     PUBLIC
     ${Python3_INCLUDE_DIRS}
-    ${Python3_NumPy_INCLUDE_DIRS}
     ${AUTO_WRAP_DIR}
 )