kislyuk/argcomplete

Remove python_argcomplete_check_easy_install_script

Opened this issue · 0 comments

python_argcomplete_check_easy_install_script has a few issues:

  • All the markers it scans for (EASY-INSTALL-SCRIPT, etc.) are no longer in use, and the console scripts launchers that it's supposed to scan are instead handled by running python -m argcomplete._check_console_script in the shellcode
  • It's no longer possible to test because of the above
  • The pkgutil.get_loader() API it uses is deprecated

This issue is about removing the script and its corresponding shellcode callers.