Skip to content

Commit 2b80641

Browse files
committed
[build] Specify dictionary dependency of Python unittest
1 parent 01dfd1f commit 2b80641

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

roottest/root/ntuple/atlas-datavector/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,6 @@ if(ROOT_pyroot_FOUND)
7575
template_instantiation
7676
template_instantiation.py
7777
GENERIC
78-
PYTHON_DEPS pytest)
78+
PYTHON_DEPS pytest
79+
FIXTURES_REQUIRED atlas_datavector_dict_setup)
7980
endif()

0 commit comments

Comments
 (0)