public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiocache/
Date: Sat, 27 Jan 2024 09:48:59 +0000 (UTC)	[thread overview]
Message-ID: <1706348934.b03999e07b8cc1725f10c365e74c7941118d7832.mgorny@gentoo> (raw)

commit:     b03999e07b8cc1725f10c365e74c7941118d7832
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 27 09:35:23 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 27 09:48:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b03999e0

dev-python/aiocache: Fix test failure

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/aiocache/aiocache-0.12.2.ebuild | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-python/aiocache/aiocache-0.12.2.ebuild b/dev-python/aiocache/aiocache-0.12.2.ebuild
index dd8c5bb60fe4..be1ff1ba4a4d 100644
--- a/dev-python/aiocache/aiocache-0.12.2.ebuild
+++ b/dev-python/aiocache/aiocache-0.12.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -32,6 +32,10 @@ BDEPEND="
 distutils_enable_tests pytest
 
 python_test() {
+	local EPYTEST_DESELECT=(
+		# broken by newer dev-python/redis (?), removed upstream
+		tests/ut/backends/test_redis.py::TestRedisBackend::test_close
+	)
 	local EPYTEST_IGNORE=(
 		# benchmarks
 		tests/performance
@@ -39,7 +43,8 @@ python_test() {
 		tests/ut/backends/test_memcached.py
 	)
 
-	epytest -o addopts= -m "not memcached"
+	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+	epytest -o addopts= -m "not memcached" -p asyncio -p pytest_mock
 }
 
 src_test() {


             reply	other threads:[~2024-01-27  9:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-27  9:48 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-26  4:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/aiocache/ Michał Górny
2024-06-13 16:15 Michał Górny
2023-08-07 11:54 Michał Górny
2023-08-07 11:46 Michał Górny
2023-08-07  3:01 Michał Górny
2023-08-07  2:36 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1706348934.b03999e07b8cc1725f10c365e74c7941118d7832.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox