component(developer/golang-123): Add Component
[oi-userland.git] / components / python / redis / patches / 03-pytest.ini.patch
blob75d832f58f80413511e7d39cc956bb8e1cd3d8c2
1 https://github.com/redis/redis-py/issues/3057
3 --- /dev/null
4 +++ redis-5.0.7/pytest.ini
5 @@ -0,0 +1,13 @@
6 +[pytest]
7 +addopts = -s
8 +markers =
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
17 +asyncio_mode = auto
18 +timeout = 30