From 2a2db4f526bba4ef3834ecea74ea22812d00fe99 Mon Sep 17 00:00:00 2001 From: link2xt Date: Tue, 13 Dec 2022 16:57:40 +0000 Subject: [PATCH] Remove unused pytest-async plugin We use pytest-asyncio instead --- CHANGELOG.md | 1 + deltachat-rpc-client/tox.ini | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae8135008..6daf361a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - If a classical-email-user sends an email to a group and adds new recipients, add the new recipients as group members #3781 +- Remove `pytest-async` plugin #3846 ### API-Changes diff --git a/deltachat-rpc-client/tox.ini b/deltachat-rpc-client/tox.ini index 4aad8010b..bea3b4603 100644 --- a/deltachat-rpc-client/tox.ini +++ b/deltachat-rpc-client/tox.ini @@ -13,7 +13,6 @@ passenv = DCC_NEW_TMP_EMAIL deps = pytest - pytest-async pytest-asyncio aiohttp aiodns