2019-06-14 06:41:22 +00:00
|
|
|
diff --git a/cmake/CuraTests.cmake b/cmake/CuraTests.cmake
|
|
|
|
|
index c0762e2b9..29c34c0b6 100644
|
|
|
|
|
--- a/cmake/CuraTests.cmake
|
|
|
|
|
+++ b/cmake/CuraTests.cmake
|
2020-11-11 08:00:55 +00:00
|
|
|
@@ -50,13 +50,6 @@ foreach(_plugin ${_plugins})
|
|
|
|
|
endfunction()
|
|
|
|
|
|
2019-06-14 06:41:22 +00:00
|
|
|
|
|
|
|
|
-#Add code style test.
|
|
|
|
|
-add_test(
|
|
|
|
|
- NAME "code-style"
|
|
|
|
|
- COMMAND ${Python3_EXECUTABLE} run_mypy.py
|
|
|
|
|
- WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
|
|
|
|
-)
|
|
|
|
|
-
|
2020-11-11 08:00:55 +00:00
|
|
|
#Add test for import statements which are not compatible with all builds
|
2019-06-14 06:41:22 +00:00
|
|
|
add_test(
|
2020-11-11 08:00:55 +00:00
|
|
|
NAME "invalid-imports"
|