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

TriggerMenu: Disable flake8 checking

Disable flake8 checking as this package is obsolete and will soon be
deleted. This relates to ATLINFR-3889.
parent 403d7481
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!39526TriggerMenu: Disable flake8 checking
......@@ -7,10 +7,13 @@ atlas_subdir( TriggerMenu )
# Install files from the package:
atlas_install_python_modules( python/*.py python/menu python/l1
python/l1menu python/l1topo python/l1topomenu python/egamma
python/muon python/jet python/bjet python/met python/tau
python/minbias python/heavyion python/bphysics python/calibcosmicmon
python/test python/combined python/commonUtils python/api )
python/l1menu python/l1topo python/l1topomenu python/egamma
python/muon python/jet python/bjet python/met python/tau
python/minbias python/heavyion python/bphysics python/calibcosmicmon
python/test python/combined python/commonUtils python/api
POST_BUILD_CMD true # disable flake8 checking as this package is soon to be deleted
)
atlas_install_joboptions( share/*.py )
atlas_install_scripts( scripts/generate*Menu.py scripts/menuTestTMC.sh
scripts/generateUnprescaledLists.py scripts/runTriggerAPIExample.py)
......@@ -21,12 +24,6 @@ atlas_add_test( generateMenu SCRIPT scripts/testMenu.sh
POST_EXEC_SCRIPT "check_log.py --errors --config checklogTriggerTest.conf generateMenu.log"
)
# Disabled in master as missing the required fixes to the menu presetn in 21.1 (TM, Aug 2018)
#atlas_add_test ( pyflakesMenu
# SCRIPT scripts/pyflakesMenu.sh
# ENVIRONMENT "PYPATH=${CMAKE_CURRENT_SOURCE_DIR}/python ${CMAKE_CURRENT_SOURCE_DIR}/share ${CMAKE_CURRENT_SOURCE_DIR}/scripts"
#)
if( NOT "${CMAKE_PROJECT_NAME}" STREQUAL "AthDerivation" )
atlas_add_test ( checkL1Menu SCRIPT scripts/checkL1Menu.sh
POST_EXEC_SCRIPT "check_log.py --errors --config checklogTriggerTest.conf checkL1Menu.log" )
......
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