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.
It appears that the order of
pkg_resources.iter_entry_pointsis 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.