From f3edd743eed8e9a45fceafe24b717e436da5a09f Mon Sep 17 00:00:00 2001 From: Frank Winklmeier <frank.winklmeier@cern.ch> Date: Mon, 6 Nov 2023 11:32:44 +0100 Subject: [PATCH] GaudiPolicy: migrate to pytest --- GaudiPolicy/CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/GaudiPolicy/CMakeLists.txt b/GaudiPolicy/CMakeLists.txt index 1c7716b4e0..f3dc653612 100644 --- a/GaudiPolicy/CMakeLists.txt +++ b/GaudiPolicy/CMakeLists.txt @@ -1,5 +1,5 @@ ##################################################################################### -# (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations # +# (c) Copyright 1998-2023 CERN for the benefit of the LHCb and ATLAS collaborations # # # # This software is distributed under the terms of the Apache version 2 licence, # # copied verbatim in the file "LICENSE". # @@ -21,6 +21,5 @@ if(BUILD_TESTING) # https://its.cern.ch/jira/browse/GAUDI-976 gaudi_add_tests(QMTest ${CMAKE_CURRENT_SOURCE_DIR}/tests/GAUDI-976) - # nosetests - gaudi_add_tests(nosetests ${CMAKE_CURRENT_SOURCE_DIR}/python/GaudiTesting) + gaudi_add_tests(pytest ${CMAKE_CURRENT_SOURCE_DIR}/python/GaudiTesting) endif() -- GitLab