RazerM / ratelimiter

Simple Python module providing rate limiting
Apache License 2.0
120 stars 29 forks source link

Fix pytest 7.x compatibility #13

Open musicinmybrain opened 2 years ago

musicinmybrain commented 2 years ago

pytest.collect.File was moved to pytest.File in pytest 7

It turns out that pytest.File was already available in all versions of pytest this project claims to support, so the change is backwards-compatible.