File disable-code-style-check.patch of Package cura
diff --git a/cmake/CuraTests.cmake b/cmake/CuraTests.cmake
index c0762e2b9..29c34c0b6 100644
--- a/cmake/CuraTests.cmake
+++ b/cmake/CuraTests.cmake
@@ -50,13 +50,6 @@ foreach(_plugin ${_plugins})
endfunction()
-#Add code style test.
-add_test(
- NAME "code-style"
- COMMAND ${Python3_EXECUTABLE} run_mypy.py
- WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
-)
-
#Add test for import statements which are not compatible with all builds
add_test(
NAME "invalid-imports"