From d8c934b7344727c2b61214553c43b252d07e9124 Mon Sep 17 00:00:00 2001 From: Jonathan Helmus Date: Thu, 27 Apr 2017 14:19:01 -0500 Subject: [PATCH] Add source_files in test section of meta.yaml --- anaconda_verify/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anaconda_verify/const.py b/anaconda_verify/const.py index a3228aa..56b8126 100644 --- a/anaconda_verify/const.py +++ b/anaconda_verify/const.py @@ -26,7 +26,7 @@ 'binary_has_prefix_files'}, 'requirements': {'build', 'run'}, 'app': {'entry', 'icon', 'summary', 'type', 'cli_opts'}, - 'test': {'requires', 'commands', 'files', 'imports'}, + 'test': {'requires', 'commands', 'files', 'imports', 'source_files'}, 'about': {'license', 'license_url', 'license_family', 'license_file', 'summary', 'description', 'home', 'doc_url', 'dev_url'}, }