bright-monitor-59146
08/12/2023, 10:59 PMpants export
a virtualenv for coverage-py
- am I missing anything here?
root@archdev:~/pants-testing# ./pants export --py-resolve-format=symlinked_immutable_virtualenv --resolve=coverage-py
22:58:15.37 [ERROR] 1 Exception encountered:
Engine traceback:
in `export` goal
UnrecognizedResolveNamesError: Unrecognized resolve name from the option --export-resolve: coverage-py
All valid resolve names: ['bandit', 'black', 'coverage-py', 'debugpy', 'docformatter', 'flake8', 'ipython', 'isort', 'lambdex', 'mypy', 'mypy-extra-type-stubs', 'pytest', 'python-default', 'setuptools']
EDIT: I get the same error if i try to export mypy-extra-type-stubs
EDIT 2: pants version is 2.16.0refined-addition-53644
08/13/2023, 8:58 AMbright-monitor-59146
08/13/2023, 1:38 PMbright-monitor-59146
08/13/2023, 1:39 PMexport python-default
without issuebroad-processor-92400
08/13/2023, 11:06 PMbright-monitor-59146
08/14/2023, 6:15 PMbright-monitor-59146
08/14/2023, 6:20 PMcd
to the venv in the dist
folder for mypy
i don’t see any output in tree
that would indicate mypy-extra-type-stubs
is included. same thing with pytest
and coverage-py
bright-monitor-59146
08/14/2023, 6:20 PM