Closed
Description
Documentation of "plugin discovery order" states that setuptools-entry-point plugins are loaded before plugins specified with -p
on the command line. This is incorrect, the command line plugins are loaded "early" (as is documented elsewhere).
I would argue that a late-loading command-line option would be useful, but that's a different issue.