diff options
author | holger krekel <holger@merlinux.eu> | 2015-12-09 13:13:32 +0100 |
---|---|---|
committer | holger krekel <holger@merlinux.eu> | 2015-12-09 13:13:32 +0100 |
commit | af509e26f7e2a08b6f6612873ea6983bccd2e4f9 (patch) | |
tree | 73f09b09e25801bde7256ff626c7367d75a956d0 /CHANGELOG | |
parent | e0f22d570e4c242c64e41bb78b4fcfd57fcb79ca (diff) | |
download | tox-af509e26f7e2a08b6f6612873ea6983bccd2e4f9.tar.gz |
implement new experimental hooks for venv creation
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -16,6 +16,13 @@ - fix issue252: allow environment names with special characters. Thanks Julien Castets for initial PR and patience. +- introduce experimental tox_testenv_create(venv, action) and + tox_testenv_install_deps(venv, action) hooks to allow + plugins to do additional work on creation or installing + deps. These hooks are experimental mainly because of + the involved "venv" object whose current public API is not + fully guranteed. + - internal: push some optional object creation into tests because tox core doesn't need it. |