saw a weird issues with 2.8rc5 and lockfiles yeste...
# general
d
saw a weird issues with 2.8rc5 and lockfiles yesterday. Pants resolves pandas to require
python>3.7, python<=3.7.1
(I'm on a different brach right now; I'll post repro and full error message later)
h
Hm, this is for a tool lockfile?
d
it was
[python-setup].experimental_lockfile
might be able to repro with a small lockfile tho
h
Got it. Yeah, Pants is directly using Poetry in 2.7 and 2.8 to generate the lockfile. We'll Soon™️ switch to using Pex which uses pip
™️ 1
💯 1
Btw, the lockfile can be generated however you want. Generation != consumption. So feel free to change the lockfile how you'd like, and the
[python-setup].experimental_lockfile
feature should still read it
d
I assume the format is standard for poetry? I can just use a script + poetry to generate a lock file
h