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

{list_dependencies_command} doesn't work with --curent-env #86

Open
mattiaverga opened this issue Dec 25, 2024 · 0 comments
Open

{list_dependencies_command} doesn't work with --curent-env #86

mattiaverga opened this issue Dec 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mattiaverga
Copy link

Apparently, --curent-env doesn't like tox's list_dependencies_command command:
https://copr.fedorainfracloud.org/coprs/mattia/Astronomy/build/8444457/

+ /usr/bin/python3 -m tox --current-env -q --recreate -e py313 --parallel 0 -- --verbosity=0
py313: exit 2 (0.00 seconds) /builddir/build/BUILD/python-astropy-7.0.0-build/astropy-7.0.0/.tmp/py313> '{list_dependencies_command}'
  py313: FAIL code 2 (0.01 seconds)
  evaluation failed :( (0.15 seconds)

Replacing the command with the default python -m pip freeze --all works.

@hroncok hroncok added the bug Something isn't working label Dec 27, 2024
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

No branches or pull requests

2 participants