Skip to content
Snippets Groups Projects
Commit a99d41cb authored by Christopher Rob Jones's avatar Christopher Rob Jones
Browse files

Merge branch 'pytest-migration' into 'master'

Deprecation warning fix in test_iohelper.py

Closes #378

See merge request lhcb/LHCb!4974
parents 7923c673 0e6049df
No related branches found
No related tags found
2 merge requests!4987Ignore: merge master into run5 branch,!4974Deprecation warning fix in test_iohelper.py
Pipeline #10993324 passed
......@@ -27,5 +27,5 @@ class Test(LHCbExeTest):
we must artificially hide some differences
"""
preprocessor = LHCbExeTest.preprocessor + RegexpReplacer(
r"\[.*/([^/]*.*)\]", r"[\1]", "^\[Gaudi"
r"\[.*/([^/]*.*)\]", r"[\1]", r"^\[Gaudi"
)
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