We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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}
--curent-env
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.
python -m pip freeze --all
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Apparently,
--curent-env
doesn't like tox's list_dependencies_command command:https://copr.fedorainfracloud.org/coprs/mattia/Astronomy/build/8444457/
Replacing the command with the default
python -m pip freeze --all
works.The text was updated successfully, but these errors were encountered: