-
-
Notifications
You must be signed in to change notification settings - Fork 226
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
Testsuite failure on 32-bits architecture #302
Comments
Hi, |
There are many systems that are not Windows XP but still run on 32-bits. I think i386 and armhf are good examples of "in the wild 32-bits" archs that are not deprecated and widely used. If you do not wish to support those architectures (which would be a valid thing to do), please be explicit so we can modify the Debian packages accordingly :) |
Hmm, ok the error seems easy to fix though: |
I have a fix, I'll make a PR :) |
Describe the bug
The testsuite fails on 32-bits architecture (i386, armhf) with the following error:
Here are the complete testsuite logs, ran on the Debian package in unstable:
As you can see, the testsuite passes on 64-bits systems:
I am not sure if this is purely a problem with the testsuite, or if this is the result of a real bug on those systems.
To Reproduce
Run the testsuite on a 32-bits machines or VM via QEMU.
Expected behavior
The testsuite should not fail on 32-bits systems.
OS, DeepDiff version and Python version (please complete the following information):
The text was updated successfully, but these errors were encountered: