Remove unused sanity test code (#81398)

pull/81401/head
Matt Clay 10 months ago committed by GitHub
parent 11e261b54f
commit b9daa6891f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -47,10 +47,6 @@ def assemble_files_to_ship(complete_file_list):
# These files are generated and then intentionally added to the sdist
# Manpages
ignore_script = ('ansible-connection', 'ansible-test')
script_names = [os.path.basename(path) for path in complete_file_list if path.startswith('bin/')]
# Misc
misc_generated_files = [
'PKG-INFO',

Loading…
Cancel
Save