fedora-python / fedora-python/tox-current-env

`{list_dependencies_command}` doesn't work with `--curent-env`

Open
#86 0 comments 1 reaction 0 assignees View on GitHub
bug
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.