Skip to content
Snippets Groups Projects

AnalysisBase: Add dummy flake8 configuration

Merged Frank Winklmeier requested to merge fwinkl/athena:anabase_flake8 into master
1 file
+ 1
12
Compare changes
  • Side-by-side
  • Inline
@@ -54,15 +54,4 @@ atlas_add_test( ut_web_bunch_tool_test
PROPERTIES TIMEOUT 300 )
# Install files from the package:
# temporarily disabling FLAKE8 in AnalysisBase until it becomes
# available there.
if( XAOD_STANDALONE )
atlas_install_python_modules( python/*.py )
else()
atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
atlas_add_test( flake8_scripts
SCRIPT flake8 --select=ATL,F,E7,E9,W6 ${CMAKE_CURRENT_SOURCE_DIR}/scripts
POST_EXEC_SCRIPT nopost.sh )
endif()
atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
Loading