I have a python test suite running with tox and since this morning test suite do not run any longer and return the following error.
AttributeError: module 'virtualenv.create.via_global_ref.builtin.cpython.mac_os' has no attribute 'CPython3macOsFramework'
I did try to fix python, tox and virtualenv version to make sure it was not a versioning issue, but whatever I do that runs locally (and used to run on CircleCI) doesn’ t run on CircleCI anylonger.
pipenv sync --dev
Creating a virtualenv for this project…
Pipfile: /home/********/app/Pipfile
Using /usr/local/bin/python3 (3.7.7) to create virtualenv…
AttributeError: module 'virtualenv.create.via_global_ref.builtin.cpython.mac_os' has no attribute 'CPython3macOsFramework'
For me it seems that upgrading virtualenv seemed to resolve the issue. I added this to my config.yml: