Hello all! I am at Headspace and working on migrat...
# welcome
b
Hello all! I am at Headspace and working on migrating our monorepo to Pants too
πŸ‘‹ 4
πŸ‘– 3
πŸ’― 3
h
Welcome! How's the migration been going?
πŸŽ‰ 1
h
very cool! what have you guys been using until now?
πŸ™ 1
b
Thank you so much @hundreds-father-404 . It’s going a bit slow but the progress am amazed at what pants provides
@high-energy-55500 i would say mostly
Makefiles
So am currently working to try and get our lambda management process more streamlined
h
Great to hear pants has been useful so far! What are the main things you're using it for so far? If you haven't yet seen it, check out https://www.pantsbuild.org/docs/existing-repositories for some tips on how to incrementally adopt Anything that you've noticed would make adoption more seamless? We're really interested in how we can lose the barrier to adoption
b
currently our monorepo consists of lambdas that we would like to manage in a better way. Currently we only support
python
in that monorepo, but it seems like we may support
Go
and
node
soon too. So currently i have plugged Pants to use the linters and formatters i.e
black
,
isort
and
flake8
and its working like a charm
πŸŽ‰ 3
h
Glad it's going smoothly so far.
b
If you haven't heard yet, we just announced Go support this week. https://blog.pantsbuild.org/
h
b
working on making the testing work which seems like am running into a bit of snags there. I used the former pants version
2.7.1
but migrated to
2.8.1
and seem like the tests are running into some issues with dependencies
@happy-kitchen-89482 yeah deployment is phase 3 of the project will deffo use pants
h
Oh, are those dependencies issues related to
conftest.py
?