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

GaudiExamples: remove nose depedency

parent 70db3fab
No related branches found
No related tags found
1 merge request!1519Migrate remaining nosetests
#!/usr/bin/env python3
#####################################################################################
# (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". #
......@@ -52,9 +52,4 @@ def test_aliases():
if __name__ == "__main__":
import sys
import nose
sys.stderr = sys.stdout # redirect nose output to stdout
nose.main(defaultTest=sys.argv[0])
test_aliases()
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