Reverts to explicitly using pytest and black . in CircleCI: invoking those from python setup.py test has the side-effect that for some reason the configuration pyproject.toml isn't read so Black tries to format venv folder
Oh noes, there's still a bug in that even if black --check . fails it doesn't fail CircleCI... It's currently trying to format venv still and failing but the build passes anyway...
pipenv
from CircleCI buildpytest
andblack .
in CircleCI: invoking those frompython setup.py test
has the side-effect that for some reason the configurationpyproject.toml
isn't read so Black tries to formatvenv
folder