We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When packaging vmprof 0.4.15 for Arch Linux all tests from the TestNative class are failing.
I've attached the build and test output for this version: python-vmprof-0.4.15-build.log
Maybe I'm missing something? I'd be grateful about any hints!
The text was updated successfully, but these errors were encountered:
Probing further, it seems, that the instances of -Werror are at fault. Removing them from the files in vmprof/test/*.py fixes the tests for me.
-Werror
vmprof/test/*.py
That being said, I don't think -Werror should be in those tests by default.
Sorry, something went wrong.
No branches or pull requests
When packaging vmprof 0.4.15 for Arch Linux all tests from the TestNative class are failing.
I've attached the build and test output for this version:
python-vmprof-0.4.15-build.log
Maybe I'm missing something? I'd be grateful about any hints!
The text was updated successfully, but these errors were encountered: