-
Notifications
You must be signed in to change notification settings - Fork 694
Open
Labels
Description
Current CI is broken on macOS x86 on install_prerequisites_macos.sh. I've the impression that it's because of squid.
I've tried to remove HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=true in install_prerequisites_macos.sh (which we should not have set) and brew update (which is not necessary) without any success.
I don't have squid installed on my mac because it's just a pain to use so I was thinking about revisiting using mitmproxy for our integration tests.
@lepapareil @fabricereix any thought?
Note
we should install mitmproxy with the various platforms package and not with Python's pip