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

python is not installed into the virtualenv in testing #468

Open
paddyroddy opened this issue Jan 7, 2025 · 0 comments · May be fixed by #471
Open

python is not installed into the virtualenv in testing #468

paddyroddy opened this issue Jan 7, 2025 · 0 comments · May be fixed by #471
Assignees
Labels
bug Something isn't working infrastructure Project infrastructure: dev tools, packaging, etc. testing Work is related to testing

Comments

@paddyroddy
Copy link
Member

paddyroddy commented Jan 7, 2025

Describe the Bug

Not sure when this regression started, but it's between #466 and #467. It is something to do with nox. My experience is largely with tox so I'm a bit stumped. The error (confirmed locally) is

❯ nox -s doctests-3.11
nox > Running session doctests-3.11
nox > Creating virtual environment (virtualenv) using python3.11 in .nox/doctests-3-11
nox > Command /Users/paddy/arc/euclid/glass/.venv/bin/python3 -m virtualenv /Users/paddy/arc/euclid/glass/.nox/doctests-3-11 -p python3.11 failed with exit code 1:
RuntimeError: failed to find interpreter for Builtin discover of python_spec='python3.11'
nox > Session doctests-3.11 failed.

This looks like it could be a nox-specific error

To Reproduce

import glass
...

Expected Behaviour

No response

Actual Behaviour

No response

Version In Use

2024.3.dev20+g371300b

Additional Context

- Python version:
- Operating system:
@paddyroddy paddyroddy added bug Something isn't working infrastructure Project infrastructure: dev tools, packaging, etc. testing Work is related to testing labels Jan 7, 2025
@paddyroddy paddyroddy linked a pull request Jan 13, 2025 that will close this issue
@paddyroddy paddyroddy assigned paddyroddy and unassigned Saransh-cpp Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working infrastructure Project infrastructure: dev tools, packaging, etc. testing Work is related to testing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants