pluginmanager validation kicks in too early when setuptools plugins use pytest_plugins
Author: RonnyPfannschmidtCreated Aug 25, 2017Updated Sep 13, 2026
Labelstype: bugtopic: config
after updating to pytest 3.2 i had to move a hook implementation into a plugin object
will follow up with a reference to that code once i pushed it
the code in question is only triggered in worker processes of a own test parallelizing tool, so it could be very well a underlying bug in pytest we just don't trigger usually/with xdist
Source: pytest-dev/pytest