X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/7360e6c5dfbb469d21a856edaf16e56716497768..3fbe4511f9c03429148d47dcf320445889be569b:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f8e4611..2b4c2976 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -177,7 +177,7 @@ if (BUILD_TESTS) if (PYLINT) message(STATUS "Using pylint binary ${PYLINT}") add_test(NAME pylint - COMMAND ${PYLINT} --extension-pkg-whitelist=osmium nominatim + COMMAND ${PYLINT} nominatim WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}) else() message(WARNING "pylint not found. Python linting tests disabled.")