Bug 2060899

Summary: python-asyncmy does not support 32-bit platforms
Product: [Fedora] Fedora Reporter: Ben Beasley <code>
Component: python-asyncmyAssignee: Ben Beasley <code>
Status: CLOSED WONTFIX QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: code
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-05-02 00:20:33 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 179258    

Description Ben Beasley 2022-03-04 13:25:01 UTC
Description of problem:

When python-asyncmy is built on 32-bit platforms, multiple test failures and errors occur.

Version-Release number of selected component (if applicable): any


How reproducible:


Steps to Reproduce:
1. Remove the ExcludeArch in the spec file.
2. Build on i686 or armhfp.

Actual results:

Success (tests pass).

Expected results:

Failure (many tests fail or error).

Additional info:

Upstream bug with details about test failures:

https://github.com/long2ice/asyncmy/issues/34

Upstream doesn’t seem to be interested in supporting 32-bit systems.

Comment 1 Ben Beasley 2022-03-04 13:25:56 UTC
Unblocking F-ExcludeArch-ARM since 32-bit ARM is not present in Rawhide, and aarch64 is fine.