techservicesillinois / awscli-login

​awscli-login is an AWS CLI plugin that manages retrieving and rotating Amazon STS temporary credentials using SAML ECP for authentication with optional support for Duo.
https://pypi.org/project/awscli-login/
Other
53 stars 25 forks source link

Fix macOS cache invalidation errors #179

Closed ddriddle closed 7 months ago

ddriddle commented 7 months ago

Touching the python binary installed in the .tox directory is not permitted on macOS by the file system. This prevents cache validation from touching all files to avoid permission errors.

Fixes #178