jaraco / pytest-perf

MIT License
3 stars 2 forks source link

Perf exercises not running since Pytest 7 #7

Closed jaraco closed 2 years ago

jaraco commented 2 years ago

v0.12.0 allegedly added support for Pytest 7, but in https://github.com/python/importlib_metadata/issues/380, I noticed that the perf tests weren't being run. On further investigation, I found that the logic used to detect a Python file was incorrect (Path.stem isn't equivalent to Path.basename).