Skip to content

Commit 7354474

Browse files
authored
Merge pull request #1838 from djarecka/removing_temptest
removing my temporary test from previous PR
2 parents 5744d60 + d01e63f commit 7354474

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

nipype/pipeline/engine/tests/test_utils.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
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-
2621
def test_identitynode_removal():
2722

2823
def test_function(arg1, arg2, arg3):

0 commit comments

Comments
 (0)