fedora-python / fedora-python/tox-current-env
`{list_dependencies_command}` doesn't work with `--curent-env`
- Dominant language
- Python
- Stars
- 26
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Apparently, `--curent-env` doesn't like [tox's list_dependencies_command](https://tox.wiki/en/latest/config.html#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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.