- Update to version 4.8.0 Release notes: * https://github.com/Ultimaker/Cura/releases/tag/4.8 - Rebase disable-code-style-check.patch OBS-URL: https://build.opensuse.org/request/show/847582 OBS-URL: https://build.opensuse.org/package/show/science/cura?expand=0&rev=56
19 lines
481 B
Diff
19 lines
481 B
Diff
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"
|