Skip to content

Commit

Permalink
pythonPackages.dbus-next: Ignore tcp_connection_with_forwarding test
Browse files Browse the repository at this point in the history
Fixes #197408

Co-authored-by: @SFrijters
(cherry picked from commit 78c370a)
  • Loading branch information
cab404 authored and github-actions[bot] committed Oct 31, 2022
1 parent 550e699 commit eac1f41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/python-modules/dbus-next/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; {
Expand Down

0 comments on commit eac1f41

Please sign in to comment.