You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am packaging this for openSUSE, and noticed that it was using ps. I noticed because that isnt in the standard rpmbuild image, so I got file not found errors in the execs. I wonder if it would be possible to use the Python package psutil instead, as that would make the tests a bit more independent of the host environment.
Also it is using expect. pexpect is another alternative.
Then this package can declare all of its test dependencies, and packagers will have an effortless time ;-)
Then the remaining problem I am facing is the test suite uses setlocale, which isnt working in an rpmbuild environment, causing the tests to fail like this:
I am packaging this for openSUSE, and noticed that it was using
ps
. I noticed because that isnt in the standard rpmbuild image, so I got file not found errors in the execs. I wonder if it would be possible to use the Python packagepsutil
instead, as that would make the tests a bit more independent of the host environment.Also it is using
expect
.pexpect
is another alternative.Then this package can declare all of its test dependencies, and packagers will have an effortless time ;-)
Then the remaining problem I am facing is the test suite uses
setlocale
, which isnt working in an rpmbuild environment, causing the tests to fail like this:Working area at https://build.opensuse.org/package/show/home:jayvdb:py-new/python-better-exceptions
The text was updated successfully, but these errors were encountered: