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
It appears that the order of pkg_resources.iter_entry_points is pretty arbitrary.
I would like pytest to order that so I can say pytest-cov must load before pytest-benchmark. Currently I cannot use pytest-cov to measure pytest-benchmark due to the ordering issue.
JoseKilo, haos616, zogzog, orsinium, RobertasMurnikovas and 4 more