Skip to content

Commit baa349b

Browse files
committed
restring one skipif in interfaces/tests/test_io.py
1 parent b261208 commit baa349b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/tests/test_io.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ def test_datasink_to_s3(dummy_input, tmpdir):
241241

242242

243243
# Test AWS creds read from env vars
244+
@pytest.mark.skipif(noboto3 or not fakes3, reason="boto3 or fakes3 library is not available")
244245
def test_aws_keys_from_env():
245246
'''
246247
Function to ensure the DataSink can successfully read in AWS

0 commit comments

Comments
 (0)