Re: Help with DBus Tests Failing for Python Package

2022-12-29 Thread Maxim Cournoyer
Hi, Jaft writes: > On Tuesday, December 27, 2022 at 11:49:31 AM CST, Maxim Cournoyer > wrote: >> I bet this is because of the expectation of python-dbus on the processes >> being reaped by PID 1 instead of staying around as zombies, as currently >> happens in the Guix build container (see: >

Re: Help with DBus Tests Failing for Python Package

2022-12-29 Thread Jaft
On Tuesday, December 27, 2022 at 11:49:31 AM CST, Maxim Cournoyer wrote: > I bet this is because of the expectation of python-dbus on the processes > being reaped by PID 1 instead of staying around as zombies, as currently > happens in the Guix build container (see: > https://issues.guix.gnu.or

Re: Help with DBus Tests Failing for Python Package

2022-12-27 Thread Maxim Cournoyer
Hello, Jaft writes: > So I tried a different tactic and, noticing the error said the issue > was ~dbus-session~ didn't exist, did this, instead: > >> (arguments (list #:phases #~(modify-phases %standard-phases >>   (add-before 'check 'start-xserver >> 

Re: Help with DBus Tests Failing for Python Package

2022-12-27 Thread Csepp
Jaft writes: > So I tried a different tactic and, noticing the error said the issue was > ~dbus-session~ didn't exist, did this, instead: > >> (arguments (list #:phases #~(modify-phases %standard-phases >>   (add-before 'check 'start-xserver >>   

Re: Help with DBus Tests Failing for Python Package

2022-12-27 Thread Jaft
So I tried a different tactic and, noticing the error said the issue was ~dbus-session~ didn't exist, did this, instead: > (arguments (list #:phases #~(modify-phases %standard-phases >   (add-before 'check 'start-xserver > (l

Help with DBus Tests Failing for Python Package

2022-12-26 Thread Jaft
I'm attempting to package the Python package DasBus (https://github.com/rhinstaller/dasbus/) and the tests, when it tries to test by making DBus calls, are failing. For specificity, the error output is: > test_additional_arguments (tests.test_dbus.DBusExampleTestCase) > Call a DBus method. ...