1 https://github.com/redis/redis-py/issues/3057
4 +++ redis-5.0.7/pytest.ini
9 + redismod: run only the redis module tests
10 + pipeline: pipeline tests
11 + onlycluster: marks tests to be run only with cluster mode redis
12 + onlynoncluster: marks tests to be run only with standalone redis
13 + ssl: marker for only the ssl tests
14 + asyncio: marker for async tests
15 + replica: replica tests
16 + experimental: run only experimental tests