Markéta Machová
270fc7d402
- replace with pypi tarball again - Fix filelist - Update to 5.0.8 Required update to support Redis 7.4.0 https://github.com/redis/redis-py/releases/tag/v5.0.8 https://github.com/redis/redis-py/releases/tag/v5.0.7 https://github.com/redis/redis-py/releases/tag/v5.0.6 https://github.com/redis/redis-py/releases/tag/v5.0.5 https://github.com/redis/redis-py/releases/tag/v5.0.4 https://github.com/redis/redis-py/releases/tag/v5.0.3 https://github.com/redis/redis-py/releases/tag/v5.0.2 - drop Close-various-objects-created-during-asyncio-tests.patch included in update - New BR numpy for the testsuite OBS-URL: https://build.opensuse.org/request/show/1190500 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=90
14 lines
425 B
INI
14 lines
425 B
INI
[pytest]
|
|
addopts = -s
|
|
markers =
|
|
redismod: run only the redis module tests
|
|
pipeline: pipeline tests
|
|
onlycluster: marks tests to be run only with cluster mode redis
|
|
onlynoncluster: marks tests to be run only with standalone redis
|
|
ssl: marker for only the ssl tests
|
|
asyncio: marker for async tests
|
|
replica: replica tests
|
|
experimental: run only experimental tests
|
|
asyncio_mode = auto
|
|
timeout = 30
|