diff --git a/conda_build/metadata.py b/conda_build/metadata.py index b0f0b8e902..a090885ee2 100644 --- a/conda_build/metadata.py +++ b/conda_build/metadata.py @@ -296,7 +296,7 @@ def _git_clean(source_meta): 'requirements': ['build', 'run', 'conflicts'], 'app': ['entry', 'icon', 'summary', 'type', 'cli_opts', 'own_environment'], - 'test': ['requires', 'commands', 'files', 'imports'], + 'test': ['requires', 'commands', 'files', 'imports', 'source_files'], 'about': ['home', 'dev_url', 'doc_url', 'license_url', # these are URLs 'license', 'summary', 'description', 'license_family', # text 'license_file', 'readme', # paths in source tree