Facing issue with pytest plugins from entry_points of multiple packages #12916
Labels
stale
status: needs information
reporter needs to provide more information; can be closed after 2 or more weeks of inactivity
My entry_points of multiple packages looks like this,
P1 -
P2 -
Here p1plugin2 is logger module of P1, p2plugin2 is logger module of P2.
I want to import p1plugin2, log data using it's functionality. Same for p2plugin2
If I only have p1plugin2, logs are captured in P1 log files. BUT when I have p2plugin2, logs are by default storing in P2 log files irrespective of importing and using p1plugin2.
Even they both are logger modules, I have given different file names and key names in entry_points. Still seeing same issue,
Pip and pytest versions,
pip list
from the virtual environment you are usingThe text was updated successfully, but these errors were encountered: