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'}, }