Matthew Emery

Results 1 comments of Matthew Emery

I am having the same issue. As a temporary workaround, I made a little script that runs mutmut in a docker container: ``` #!/bin/bash set -e docker_tag="tag-name" docker build -t...