ionelmc / pytest-benchmark

py.test fixture for benchmarking code
BSD 2-Clause "Simplified" License
1.22k stars 115 forks source link

Add `py` to requirements #227

Closed abey79 closed 1 year ago

abey79 commented 1 year ago

This is needed since py is used but not explicitly listed. Pytest 7.2 no longer requires py, which breaks pytest-benchmark with this version of pytest.

Fixes #226

abey79 commented 1 year ago

Note: I used the same version as in pytest 7.1.x.

abey79 commented 1 year ago

Also note this security advisory regarding py (including the latest version): https://nvd.nist.gov/vuln/detail/CVE-2022-42969

ahopkins commented 1 year ago

Thanks for the quick work. Any timeline for release?

ionelmc commented 1 year ago

I'll get on it this week, gotta freshen up that CI :-)