redis / redis-py

Redis Python client
MIT License
12.4k stars 2.48k forks source link

Do not restrict pytest dependencies versions #3286

Closed gerzse closed 2 weeks ago

gerzse commented 2 weeks ago

Try to not restrict the versions of pytest dependencies, see if we can get rid of the segmentation faults that we see pretty often in the CI.

Take the opportunity to sort the dev_requirements.txt file.

Pull Request check-list

Please make sure to review and check all of these items:

NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open.

Description of change

Please provide a description of the change here.