Changes between Initial Version and Version 4 of Ticket #31567
- Timestamp:
- Mar 27, 2021, 12:28:06 AM (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31567
-
Property
Commit
changed from
to
87e2dbaea7bf8a59d1ecb082871219e530218366
-
Property
Authors
changed from
to
Matthias Koeppe
-
Property
Branch
changed from
to
u/mkoeppe/tox_ini__add_local_macos_nohomebrew_environments
-
Property
Summary
changed from
tox.ini: Add local-macos-nohomebrew environments
totox.ini: Add local-macos-nohomebrew environments, deployment targets 10.14, 10.15, 11.1
-
Property
Commit
changed from
-
Ticket #31567 – Description
initial v4 1 1 This will do a "best effort" isolation to avoid using a homebrew installation in `/usr/local` for anythings except bootstrapping and perhaps unpacking xz tarballs. 2 2 3 To test: 4 {{{ 5 $ tox -e local-macos-nohomebrew-python3_xcode -- config.status 6 }}} 7 8 To set specific deployment targets, use: 9 {{{ 10 $ tox -e local-macos-10.14-nohomebrew-python3_xcode -- config.status 11 $ tox -e local-macos-10.15-nohomebrew-python3_xcode -- config.status 12 $ tox -e local-macos-11.1-nohomebrew-python3_xcode -- config.status 13 }}}