Skip to content

🐛 fix(test): add i686 to known ISAs#43

Merged
gaborbernat merged 1 commit intotox-dev:mainfrom
gaborbernat:fix-41-i686
Mar 6, 2026
Merged

🐛 fix(test): add i686 to known ISAs#43
gaborbernat merged 1 commit intotox-dev:mainfrom
gaborbernat:fix-41-i686

Conversation

@gaborbernat
Copy link
Member

The test_py_info_machine_property test fails on i686 platforms because that architecture string wasn't included in the known_isas set. While x86 was already listed, i686 is the value returned by platform.machine() on 32-bit x86 Linux systems and is a distinct, valid identifier.

Adding i686 to the set ensures the test passes on all platforms where the package is expected to work. The set entries are also sorted alphabetically for readability.

Fixes #41

The test_py_info_machine_property test fails on i686 platforms because
that architecture wasn't included in the known_isas set.

Fixes tox-dev#41
@gaborbernat gaborbernat added the bug Something isn't working label Mar 6, 2026
@gaborbernat gaborbernat merged commit 13fd126 into tox-dev:main Mar 6, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[self-tests] test_py_info_machine_property fails on i686 platform

1 participant