nedbat / scriv

Changelog management tool
https://scriv.readthedocs.io
Apache License 2.0
260 stars 29 forks source link

Uncap pylint-pytest in the dependency lists and lock files #127

Closed OlenaYefymenko closed 6 months ago

OlenaYefymenko commented 6 months ago

This patch removes the pylint-pytest from the constraints.txt file. This change also updates the dependency to the version v1.1.7 in requirements/dev.txt and requirements/quality.txt.

Fixes #125

nedbat commented 6 months ago

Thanks for doing this, you did it exactly right. Unfortunately, the tests wouldn't still run on 3.7, so I dropped 3.7 support, and had to make upgrade to do that, which also meant I had to unpin this requirement, so it's all taken care of on main now.

OlenaYefymenko commented 6 months ago

Thanks for doing this, you did it exactly right. Unfortunately, the tests wouldn't still run on 3.7, so I dropped 3.7 support, and had to make upgrade to do that, which also meant I had to unpin this requirement, so it's all taken care of on main now.

Understandable, thank you for the clarification.