Files
Ed Morley e7c7dfdb26 Reduce the number of env vars exposed to subprocess (#1011)
The following env vars are no longer exposed to subprocesses run by the
buildpack (such as the `bin/pre_compile` and `bin/post_compile` hooks):

* `BPLOG_PREFIX`
* `CACHED_PYTHON_STACK`
* `DEFAULT_PYTHON_STACK`
* `DEFAULT_PYTHON_VERSION`
* `LATEST_27`
* `LATEST_34`
* `LATEST_35`
* `LATEST_36`
* `LATEST_37`
* `LATEST_38`
* `PIP_UPDATE`
* `PY27`
* `PY34`
* `PY35`
* `PY36`
* `PY37`
* `PYPY_27`
* `PYPY_36`
* `RECOMMENDED_PYTHON_VERSION`
* `WARNINGS_LOG`

There were previously no tests at all for the pre/post-compile hooks,
so I've added some now.

Fixes #1010.
2020-07-28 18:12:08 +01:00
..
2017-08-02 19:59:44 -04:00
2018-04-26 09:16:11 -04:00
2017-03-14 13:36:14 -04:00
2020-03-24 14:48:17 -04:00
2017-03-14 13:36:14 -04:00
2018-05-24 11:37:01 +01:00
2017-01-24 23:16:36 -05:00
2017-06-05 13:47:48 -04:00
2019-12-23 00:17:22 -05:00
2019-12-23 00:17:22 -05:00
2019-03-11 13:22:29 -04:00
2019-03-13 12:25:03 -07:00
2019-03-21 10:54:12 -07:00
2019-03-21 10:54:12 -07:00
2019-10-28 15:16:14 -07:00
2018-12-12 17:26:28 -05:00
2019-03-21 10:54:12 -07:00
2018-12-12 17:26:28 -05:00
2018-12-12 17:26:28 -05:00
2019-03-21 10:54:12 -07:00
2018-12-12 17:26:28 -05:00
2020-02-27 15:26:33 -07:00
2019-10-17 15:01:32 -07:00
2017-02-01 15:09:49 -05:00