summaryrefslogtreecommitdiff
path: root/media-gfx/cura/files/cura-4.12.1-code-style-test.patch
blob: dd17c6e6188aae2742573aa88594ce1b729de0fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This is a test for developers, not end users.

--- a/cmake/CuraTests.cmake
+++ b/cmake/CuraTests.cmake
@@ -50,13 +50,6 @@
 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"