Loading pkgs/development/python-modules/dbus-next/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -37,9 +37,11 @@ buildPythonPackage rec { # test_tcp_connection_with_forwarding fails due to dbus # creating unix socket anyway on v1.14.4 checkPhase = '' runHook preCheck 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" runHook postCheck ''; meta = with lib; { Loading Loading
pkgs/development/python-modules/dbus-next/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -37,9 +37,11 @@ buildPythonPackage rec { # test_tcp_connection_with_forwarding fails due to dbus # creating unix socket anyway on v1.14.4 checkPhase = '' runHook preCheck 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" runHook postCheck ''; meta = with lib; { Loading