From 9ece33c143482420b3dbe3cdae8733ae0b250682 Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Tue, 10 Jan 2023 22:40:36 +0100 Subject: dev-python/aioredis updates --- dev-python/aioredis/aioredis-1.3.1.ebuild | 36 +++++++++++++++---------------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'dev-python/aioredis/aioredis-1.3.1.ebuild') diff --git a/dev-python/aioredis/aioredis-1.3.1.ebuild b/dev-python/aioredis/aioredis-1.3.1.ebuild index e0869d5..94a5156 100644 --- a/dev-python/aioredis/aioredis-1.3.1.ebuild +++ b/dev-python/aioredis/aioredis-1.3.1.ebuild @@ -29,28 +29,28 @@ BDEPEND=" ) " -DOCS=( README.md CHANGELOG.md ) +DOCS=( README.rst ) distutils_enable_tests pytest EPYTEST_DESELECT=( - # Failing tests - tests/connection_commands_test.py::test_auth - tests/connection_test.py::test_connect_tcp_timeout - tests/connection_test.py::test_connect_unixsocket_timeout - tests/pool_test.py::test_create_connection_timeout - tests/pool_test.py::test_pool_idle_close - tests/sentinel_commands_test.py::test_master__auth - tests/sentinel_failover_test.py::test_auto_failover - tests/sentinel_failover_test.py::test_failover_command - tests/server_commands_test.py::test_client_list - tests/server_commands_test.py::test_client_list__unixsocket - tests/server_commands_test.py::test_command_info - tests/server_commands_test.py::test_config_set - tests/server_commands_test.py::test_debug_object - tests/server_commands_test.py::test_debug_sleep - tests/stream_commands_test.py::test_xgroup_create - tests/stream_commands_test.py::test_xgroup_create_mkstream + # Failing tests + tests/connection_commands_test.py::test_auth + tests/connection_test.py::test_connect_tcp_timeout + tests/connection_test.py::test_connect_unixsocket_timeout + tests/pool_test.py::test_create_connection_timeout + tests/pool_test.py::test_pool_idle_close + tests/sentinel_commands_test.py::test_master__auth + tests/sentinel_failover_test.py::test_auto_failover + tests/sentinel_failover_test.py::test_failover_command + tests/server_commands_test.py::test_client_list + tests/server_commands_test.py::test_client_list__unixsocket + tests/server_commands_test.py::test_command_info + tests/server_commands_test.py::test_config_set + tests/server_commands_test.py::test_debug_object + tests/server_commands_test.py::test_debug_sleep + tests/stream_commands_test.py::test_xgroup_create + tests/stream_commands_test.py::test_xgroup_create_mkstream ) python_prepare_all() { -- cgit v1.2.3