Has anyone tried running `pants test ::` on mainl...
# development
w
Has anyone tried running
pants test ::
on mainline in WSL? Errors galore 😢
Was hoping it's just my machine, missing deps, etc
a
It's working for me
w
Which WSL? Ubuntu 22?
a
Yep, I just set it up last week. Maybe double check that the repo is checked out within the wsl filesystem. It took me a bit of trial and error to get everything set up right on my personal windows machine after previously using my work Macbook.
I've also gotten weird interpreter errors I don't understand within vscode but just running
bash
for a fresh terminal seems to resolve those.
w
Yeah, it's all inside WSL proper, not the mount drives. There are a couple deps I still think I need, and I'm just kinda re-running everything until it passes - but bandit integration fails, a few docker fails, and then pyenv (due to openssl and bz4). Definitely not out of the box, which is fine
the docker ones were the concerning one to me, beacuse I'm working on like 4 docker PRs 🤦‍♂️
a
Oh I thought you meant running pants didn't work rather than tests themselves failing. Yeah I'm seeing some spot failures as well.
w
Ah sorry, I realized I was ambiguous above. Running
pants test ::
in the mainline source repo has some failures. Using WSL to run application code is fine