Merge pull request #202124 from SuperSandro2000/dbus-passthru-daemon

This commit is contained in:
Sandro
2022-11-28 01:35:34 +01:00
committed by GitHub
29 changed files with 32 additions and 33 deletions
@@ -29,7 +29,7 @@ buildPythonPackage rec {
# 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 \
dbus-run-session --config-file=${dbus}/share/dbus-1/session.conf \
${python.interpreter} -m pytest -sv --cov=dbus_next \
-k "not test_peer_interface and not test_tcp_connection_with_forwarding"
'';