You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
python_argcomplete_check_easy_install_script has a few issues:
python -m argcomplete._check_console_script
in the shellcodepkgutil.get_loader()
API it uses is deprecatedThis issue is about removing the script and its corresponding shellcode callers.
The text was updated successfully, but these errors were encountered: