When trying our code on a new Mac, `pip3 install pytest` gave me version 5.4.2, which doesn't work with our tests. We need version 4.3.1 (which works in our build script...) We should probably try and update this.
When trying our code on a new Mac,
pip3 install pytestgave me version 5.4.2, which doesn't work with our tests. We need version 4.3.1 (which works in our build script...)
We should probably try and update this.