diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-17 17:05:07 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-17 17:05:07 -0400 |
| commit | 5e4eea7d600f44321e76689890f9f885669f34c9 (patch) | |
| tree | 490fe5028f963f18e884a0a8f6abb323fb2ce1f6 /CHANGES.rst | |
| parent | 22aa7670dd81117df523109b74011b5609acd362 (diff) | |
| download | python-setuptools-git-5e4eea7d600f44321e76689890f9f885669f34c9.tar.gz | |
In test command, add installed eggs to PYTHONPATH when invoking tests so that subprocesses will also have the dependencies available. Fixes #794.
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index af25cc4a..54a4d52a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,13 @@ CHANGES ======= +v27.3.0 +------- + +* #794: In test command, add installed eggs to PYTHONPATH + when invoking tests so that subprocesses will also have the + dependencies available. + v27.2.0 ------- |
