<#17398 Running `export` for specific Python tools...
# github-notifications
q
#17398 Running `export` for specific Python tools (or lockfiles) only Issue created by achimnol Is your feature request related to a problem? Please describe. Sometimes I modify requirements for a specific Python tool, but I need to re-export all of the virtualenvs including other Python tools and the default one (
python-default
). It takes quite some time. Describe the solution you'd like I'd like to re-run
./pants export
for a specific lockfile only. (e.g.,
./pants export --resolve=flake8,mypy
) pantsbuild/pants