Skip to content

Commit 098ef06

Browse files
committed
adding a temporary test to check the traits version
1 parent 748eb23 commit 098ef06

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nipype/pipeline/engine/tests/test_utils.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
from ..utils import merge_dict, clean_working_directory, write_workflow_prov
1919

2020

21+
def test_traits_version():
22+
#just a temprorary test, testing CI
23+
import traits
24+
assert traits.__version__ >= "4.6.0"
25+
2126
def test_identitynode_removal():
2227

2328
def test_function(arg1, arg2, arg3):

0 commit comments

Comments
 (0)