850a77f639
Also pin virtualenv to 16.7.10 for older Mac OS X systems. This was the version being installed anway with the previous constraint (<20). On systems with Python 3, now prefer venv over virtualenv. Test to see if venv is functional since some systems have a non-functional venv installation (such as Debian).
3 lines
207 B
YAML
3 lines
207 B
YAML
minor_changes:
|
|
- ansible-test - virtualenv helper scripts now prefer ``venv`` on Python 3 over ``virtualenv``
|
|
- ansible-test - remote macOS instances no longer install ``virtualenv`` during provisioning
|