tox icon indicating copy to clipboard operation
tox copied to clipboard

Way to choose python architecture?

Open saschanaz opened this issue 1 year ago • 1 comments

What's the problem this feature will solve?

I have arm64 python and x86-64 python, and I want to run tests on arm64 one. I see no way to explicitly select either one.

Describe the solution you'd like

I'm fixing https://github.com/pypa/setuptools/issues/4553 but tox can't select arm64 python. Something like -e py312-arm64 would help.

Alternative Solutions

Additional context

saschanaz avatar Aug 10 '24 20:08 saschanaz