I am new to python and am trying to run unit tests for this project: https://github.com/matrix-org/synapse
I am running tox from the top level of the project. I get this error: exceptions.ImportError: No module named pymacaroons
But pymacaroons is already installed using pip. To my knowledge, I only have one version of python. Really stumped here.