]> git.pld-linux.org Git - packages/python3-Uranium.git/blob - remove-mypy-test.patch
Release 4 (by relup.sh)
[packages/python3-Uranium.git] / remove-mypy-test.patch
1 diff -urNp -x '*.orig' Uranium-4.5.0.org/cmake/UraniumTests.cmake Uranium-4.5.0/cmake/UraniumTests.cmake
2 --- Uranium-4.5.0.org/cmake/UraniumTests.cmake  2020-02-24 16:02:05.000000000 +0100
3 +++ Uranium-4.5.0/cmake/UraniumTests.cmake      2021-03-03 12:41:43.155972843 +0100
4 @@ -48,9 +48,3 @@ foreach(_plugin ${_plugins})
5          uranium_add_test(NAME pytest-${_plugin_name} DIRECTORY ${_plugin_directory} PYTHONPATH "${CMAKE_SOURCE_DIR}|${_plugin_directory}")
6      endif()
7  endforeach()
8 -
9 -#Add code style test.
10 -add_test(
11 -    NAME "code-style"
12 -    COMMAND ${PYTHON_EXECUTABLE} run_mypy.py WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
13 -)
14 \ No newline at end of file
This page took 0.022272 seconds and 3 git commands to generate.