https://pantsbuild.org/ logo
#general
Title
# general
n

nutritious-hair-72580

01/25/2022, 10:43 AM
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

high-yak-85899

01/25/2022, 5:54 PM
If you specify everything in requirements files, you could always make your own venv.
n

nutritious-hair-72580

01/27/2022, 10:48 AM
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.