I can use `./pants export ::` to create a venv (fo...
# general
n
I can use
./pants export ::
to create a venv (for my IDE), but this doesn’t include extra_requirements for e.g. pytest. Is there a way i can get those exported as well?
đź‘€ 1
h
If you specify everything in requirements files, you could always make your own venv.
n
I could… but is there a pants way to do this? I could add pytest, mypy stubs, etc. into global requirements I guess, but then I need to keep that in sync with the config files.