summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-18 10:29:13 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-09-18 10:29:13 -0400
commit647f5d9a352919aedc99a6b69f22f85cb7f36455 (patch)
tree2d8f93109f7f467e1a6310dafc8e3e415789473f /CHANGES.rst
parenteb5243cfd0cd095826cc707f5da8e7a74127e084 (diff)
downloadpytest-runner-647f5d9a352919aedc99a6b69f22f85cb7f36455.tar.gz
Enable subprocesses to inherit the dependency context. Fixes #20.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 80bc335..27c189b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,12 @@
+2.10
+~~~~
+
+* #20: Leverage technique in `setuptools 794
+ <https://github.com/pypa/setuptools/issues/794>`_
+ to populate PYTHONPATH during test runs such that
+ Python subprocesses will have a dependency context
+ comparable to the test runner.
+
2.9
~~~