Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8c844c7

Browse files
committed
work around conda bug installing python3.1/site-packages
conda/conda#10969
1 parent 69a4dbd commit 8c844c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/repository_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ def test_local_conda_additional_dependencies(store):
111111
'name': 'local-conda',
112112
'entry': 'python',
113113
'language': 'conda',
114-
'args': ['-c', 'import tzdata; print("OK")'],
115-
'additional_dependencies': ['python-tzdata'],
114+
'args': ['-c', 'import botocore; print("OK")'],
115+
'additional_dependencies': ['botocore'],
116116
}],
117117
}
118118
hook = _get_hook(config, store, 'local-conda')

0 commit comments

Comments
 (0)