mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-06-13 19:18:06 -07:00
dev-python/python-systemd: xfail test_notify_with_socket if bind() fails
Bug: https://bugs.gentoo.org/610368 Package-Manager: Portage-2.3.3_p56, Repoman-2.3.1_p49
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -26,6 +26,10 @@ RDEPEND="${COMMON_DEPEND}
|
||||
!sys-apps/systemd[python(-)]
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/233-xfail-bind.patch
|
||||
)
|
||||
|
||||
python_test() {
|
||||
pushd "${BUILD_DIR}/lib" > /dev/null || die
|
||||
"${EPYTHON}" -m pytest -v . || die
|
||||
|
||||
Reference in New Issue
Block a user