Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LHCb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LHCb
LHCb
Commits
5f88d571
Commit
5f88d571
authored
4 weeks ago
by
Marco Clemencic
Browse files
Options
Downloads
Patches
Plain Diff
Add missing dependency of GaudiConf pytest
parent
60c6788c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!4987
Ignore: merge master into run5 branch
,
!4962
Add missing dependency of GaudiConf pytest
Pipeline
#10937932
passed
4 weeks ago
Stage: test
Stage: .post
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GaudiConf/CMakeLists.txt
+1
-0
1 addition, 0 deletions
GaudiConf/CMakeLists.txt
with
1 addition
and
0 deletions
GaudiConf/CMakeLists.txt
+
1
−
0
View file @
5f88d571
...
...
@@ -33,6 +33,7 @@ if(BUILD_TESTING)
gaudi_add_pytest
(
python OPTIONS --doctest-modules -v
)
gaudi_add_pytest
(
tests/pytest
)
add_dependencies
(
pytest-prefetch-GaudiConf-GaudiConf.pytest LHCb_MergeConfdb
)
add_dependencies
(
pytest-prefetch-GaudiConf-GaudiConf.pytest.python LHCb_MergeConfdb
)
# GAUDI-976: make GaudiTest.py more resilient towards unicode-ascii conversion failure
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment