-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests fail when run in chroot (during package building) #40
Comments
Hello. Thank you for filling this issue. In points:
Have a nice day. |
Hey @frenzymadness! ifconfig:
ip a:
|
Now it is obvious where the problem comes from. In the test suite, The solution here is obvious. We can implement Python wrapper for @hroncok @Sanqui What do you think guys? I'll try to find some way to fix all your issues. |
Adding new features to python-ethtool is very unlikely. |
Partially fixes fedora-python#40
Hello. I've implemented a fix for first two issues. Tests now expecting being run without root privileges. Take a look or try it if you want. I'll take a look also at the last problem. We don't have time to implement |
Helloes!
I'm currently pushing python-ethtool to Arch Linux's [community].
On Arch, packages are built in a clean chroot (to ensure package and dependency integrity). There however, the tests fail:
Within the chroot, the user, that's building the package is not allowed root privileges. This might lead to the tests failing, but maybe you can provide some more insight?
I'd like to be able to use the tests during packaging for python{2,3}.
The text was updated successfully, but these errors were encountered: