feature: allow local runs on windows/macOS (#974)

* feature: allow local runs on windows/macOS

Cache python installations to a user cache folder using platformdirs.
The build environment is now a virtual environment to allow proper isolation.
Allows to run tests in parallel.

Co-authored-by: Joe Rickerby <joerick@mac.com>
This commit is contained in:
Matthieu Darbois
2022-01-08 11:30:48 +01:00
committed by GitHub
co-authored by Joe Rickerby
parent 81243337fd
commit ab13f7a9de
14 changed files with 507 additions and 232 deletions
+2
View File
@@ -34,7 +34,9 @@ install_requires =
bashlex!=0.13
bracex
certifi
filelock
packaging
platformdirs
tomli
dataclasses;python_version < '3.7'
typing-extensions>=3.10.0.0;python_version < '3.8'