Skip to content
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

Way to choose python architecture? #3320

Open
saschanaz opened this issue Aug 10, 2024 · 1 comment
Open

Way to choose python architecture? #3320

saschanaz opened this issue Aug 10, 2024 · 1 comment

Comments

@saschanaz
Copy link

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

@gaborbernat
Copy link
Member

There is no out of box solution for this, however you can use the --Python flag To select the one you want to test at the time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants