diff --git a/DetectorDescription/DetDescrCond/DetectorStatus/CMakeLists.txt b/DetectorDescription/DetDescrCond/DetectorStatus/CMakeLists.txt index cedf9ffba27b08d8965b47a7738a623f31af7d3f..96942605f8f4e9881749204e390b5b068d305204 100644 --- a/DetectorDescription/DetDescrCond/DetectorStatus/CMakeLists.txt +++ b/DetectorDescription/DetDescrCond/DetectorStatus/CMakeLists.txt @@ -14,8 +14,4 @@ atlas_depends_on_subdirs( PUBLIC ) # Install files from the package: -atlas_install_python_modules( python/*.py ) - -atlas_add_test( flake8_test_dir - SCRIPT flake8 --select=ATL,F,E7,E9,W6 ${CMAKE_CURRENT_SOURCE_DIR}/python - POST_EXEC_SCRIPT nopost.sh ) +atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )