From 78c370aed744d6943162bfbe60e239278e337b1a Mon Sep 17 00:00:00 2001 From: Vladimir Serov Date: Thu, 27 Oct 2022 00:27:22 +0400 Subject: pythonPackages.dbus-next: Ignore tcp_connection_with_forwarding test Fixes #197408 Co-authored-by: @SFrijters --- pkgs/development/python-modules/dbus-next/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/dbus-next/default.nix b/pkgs/development/python-modules/dbus-next/default.nix index 8406a862f56..ebca00fe3be 100644 --- a/pkgs/development/python-modules/dbus-next/default.nix +++ b/pkgs/development/python-modules/dbus-next/default.nix @@ -26,10 +26,12 @@ buildPythonPackage rec { ]; # test_peer_interface hits a timeout + # test_tcp_connection_with_forwarding fails due to dbus + # creating unix socket anyway on v1.14.4 checkPhase = '' dbus-run-session --config-file=${dbus.daemon}/share/dbus-1/session.conf \ ${python.interpreter} -m pytest -sv --cov=dbus_next \ - -k "not test_peer_interface" + -k "not test_peer_interface and not test_tcp_connection_with_forwarding" ''; meta = with lib; { -- cgit 1.4.1