Skip to content
Snippets Groups Projects
Commit 832c65b3 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Database: enable flake8

parent c2c02599
No related branches found
No related tags found
No related merge requests found
......@@ -72,5 +72,5 @@ atlas_add_test( T_AuxContainerCopyTPCnv_test
LINK_LIBRARIES ${ROOT_LIBRARIES} AthenaPoolCnvSvcLib TestTools )
# Install files from the package:
atlas_install_python_modules( python/*.py )
atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
atlas_install_joboptions( share/*.py share/*.txt )
......@@ -28,7 +28,7 @@ atlas_add_dictionary( AthenaPoolUtilitiesDict
# Install files from the package:
atlas_install_joboptions( share/*.py )
atlas_install_scripts( share/post_tpcnvtest.sh )
atlas_install_python_modules( python/*.py)
atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
# Install the CMake code from the package:
atlas_install_generic( cmake/AthenaPoolUtilitiesTestConfig.cmake
......
......@@ -19,7 +19,7 @@ atlas_add_executable( AthCollAppend
LINK_LIBRARIES AtlasCollectionTools CollectionUtilities )
# Install files from the package:
atlas_install_python_modules( python/countGuidsClient.py python/eventLookupClient.py )
atlas_install_python_modules( python/countGuidsClient.py python/eventLookupClient.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
atlas_install_scripts( python/listDatasets.py )
atlas_install_scripts( python/runEventLookup.py python/runGuidsCount.py python/tagExtract.py python/tagDSList.py )
......@@ -23,7 +23,7 @@ atlas_add_component( AthenaRootComps
LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} AthenaBaseComps AthenaKernel AthenaRootCompsLib AthenaRootKernel DataModelRoot EventInfo FileCatalog GaudiKernel PersistentDataModel PoolSvcLib RootUtils SGTools StoreGateLib xAODCore xAODEventInfo xAODRootAccess )
# Install files from the package:
atlas_install_python_modules( python/*.py )
atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
atlas_install_joboptions( share/tests/*.py )
atlas_install_scripts( test/*.sh test/ref.* test/*.py )
......
......@@ -20,7 +20,7 @@ atlas_add_dictionary( AtlasSealCLHEPDict
LINK_LIBRARIES AtlasSealCLHEP )
# Install files from the package:
atlas_install_python_modules( python/*.py )
atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
atlas_install_joboptions( share/*.py )
atlas_add_test( OldCLHEPStreamers_test
......
......@@ -18,7 +18,7 @@ atlas_add_executable( AtlCoolCopy
set_target_properties( AtlCoolCopy PROPERTIES ENABLE_EXPORTS True )
# Install files from the package:
atlas_install_python_modules( python/*.py )
atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
atlas_install_joboptions( share/coolDumpFolderTags.py )
atlas_install_scripts( share/AtlCoolConsole.py share/coolIOVToTimeStamp.py share/coolTimeStampLocalToIOV.py share/coolTimeStampUTCToIOV.py share/RunList.py share/AtlCoolCheckFiles.py share/AtlCoolTopTag.py share/AtlCoolMakeReplica.py share/coolMagneticField.py share/AtlCoolCopy_test.sh )
......
......@@ -4,7 +4,7 @@
atlas_subdir( EventIndexProducer )
# Install files from the package:
atlas_install_python_modules( python/*.py )
atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
atlas_install_joboptions( share/*.py )
atlas_install_runtime( scripts/*.py )
......@@ -29,7 +29,7 @@ atlas_add_executable( StageMonitor
LINK_LIBRARIES FileStagerLib )
# Install files from the package:
atlas_install_python_modules( python/*.py )
atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
atlas_install_joboptions( share/*.py )
atlas_install_scripts( scripts/define_* scripts/interpret_* scripts/wrapper_* )
......@@ -24,6 +24,6 @@ atlas_add_component( RegistrationServices
LINK_LIBRARIES ${COOL_LIBRARIES} ${CORAL_LIBRARIES} AthenaBaseComps AthenaKernel AthenaPoolUtilities CollectionBase DBDataModel FileCatalog IOVDbSvcLib PersistentDataModel PoolSvcLib RegistrationServicesLib SGTools StoreGateLib )
# Install files from the package:
atlas_install_python_modules( python/*.py )
atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
atlas_install_joboptions( share/*.py )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment