fedora-python / fedora-python/tox-current-env
`{list_dependencies_command}` doesn't work with `--curent-env`
- Vorherrschende Sprache
- Python
- Sterne
- 26
- Forks
- 9
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.