redis / redis-py

Redis Python client
MIT License
12.69k stars 2.53k forks source link

Added version restrictions for pytest-asyncio #3362

Closed vladvildanov closed 2 months ago

vladvildanov commented 3 months ago

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.

akx commented 3 months ago

Since the PR description doesn't mention why this needs to be done: pytest-asyncio==0.24.0

Raises an error when passing scope or loop_scope as a positional argument to @pytest.mark.asyncio.