Linaro / squad-client

squad-client is a tool to ease fetching api data from a SQUAD instance
MIT License
6 stars 12 forks source link

missing dependencies for running tests on macos #76

Open jscook2345 opened 4 years ago

jscook2345 commented 4 years ago

The following dependencies were required for me to run tests on macos:

They seem to be tied to running the squad instance, but I did not see them listed in any documentation.

mwasilew commented 4 years ago

Is this squad or squad-client?

jscook2345 commented 4 years ago

It should be squad, but if you try to test squad-client it will come up as well.

chaws commented 4 years ago

Maybe we should add a doc section for MacOS installs?

mwasilew commented 4 years ago

I would try to reproduce it in docker container. It should fail equally. If it doesn't it's Mac thing and I won't worry about it. We have too few people to cover all OSes. We also don't test on Windows. Sorry.

jscook2345 commented 4 years ago

Perhaps we could change the squad deployment to use docker for testing squad-client? That would fix a lot of the problems.