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/dbus-next/
Date: Sun, 14 Apr 2024 14:58:15 +0000 (UTC)	[thread overview]
Message-ID: <1713106670.10af0a36b28721292bf49637777bc8571be8a7b4.mgorny@gentoo> (raw)

commit:     10af0a36b28721292bf49637777bc8571be8a7b4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 14:38:20 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 14:57:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10af0a36

dev-python/dbus-next: Fix test failure

Closes: https://bugs.gentoo.org/887857
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild b/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
index 539b62aab174..85f9bb29193f 100644
--- a/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
+++ b/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1 virtualx
 
@@ -36,6 +36,11 @@ PATCHES=(
 	"${FILESDIR}"/${PN}-0.2.3-glib-crash.patch
 )
 
+EPYTEST_DESELECT=(
+	# test does not work anymore with dbus 1.14.4+
+	# https://github.com/altdesktop/python-dbus-next/issues/135
+	test/test_tcp_address.py::test_tcp_connection_with_forwarding
+)
 EPYTEST_IGNORE=(
 	# "interface not found on this object: org.freedesktop.DBus.Debug.Stats"
 	# Seems like we build dbus w/o this?


             reply	other threads:[~2024-04-14 14:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-14 14:58 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-14 18:03 [gentoo-commits] repo/gentoo:master commit in: dev-python/dbus-next/ Arthur Zamarin
2024-04-14 17:40 Arthur Zamarin
2024-04-14 14:58 Michał Górny
2022-06-21 20:30 Sam James
2022-06-16  8:04 Michał Górny
2022-06-16  8:04 Michał Górny
2022-06-08  9:58 Jakov Smolić
2022-06-07 23:12 Sam James
2022-05-19  1:22 Sam James
2022-05-19  1:09 Sam James

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=1713106670.10af0a36b28721292bf49637777bc8571be8a7b4.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