Currently we don't add `python_requirements` w/ `...
# development
h
Currently we don't add
python_requirements
w/
./pants tailor
, I think only b/c it uses the old school macro and that's not wired up yet So, yeah, for a brand new repo, you'd only hit this if you have added
python_requirements()
in between running
./pants tailor
and trying your first
./pants test
etc