fedora-python / fedora-python/tox-current-env
`{list_dependencies_command}` doesn't work with `--curent-env`
- Lingua principale
- Python
- Stelle
- 26
- Fork
- 9
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.