-
-
Notifications
You must be signed in to change notification settings - Fork 538
Open
Labels
Description
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 pypa/setuptools#4553 but tox can't select arm64 python. Something like -e py312-arm64
would help.
Alternative Solutions
Additional context
RiadhKHEDHIRI