diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-09-29 21:14:51 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-09-29 21:14:51 -0400 |
| commit | 626fa69fb0470710e870628afd0cb7ec0ba96ddf (patch) | |
| tree | befcacc09c560133266eb5a1757a45ea43d93453 /setuptools/tests/test_integration.py | |
| parent | 96aed21b42121acde68dd6b3732c3fbae0903569 (diff) | |
| parent | 9e7f35fec4178dea678693cb768b6076d45e7ddd (diff) | |
| download | python-setuptools-git-626fa69fb0470710e870628afd0cb7ec0ba96ddf.tar.gz | |
Merge with 6.0.2
--HG--
branch : feature/issue-229
Diffstat (limited to 'setuptools/tests/test_integration.py')
| -rw-r--r-- | setuptools/tests/test_integration.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/setuptools/tests/test_integration.py b/setuptools/tests/test_integration.py index 7144aa6c..8d6c1e55 100644 --- a/setuptools/tests/test_integration.py +++ b/setuptools/tests/test_integration.py @@ -25,6 +25,9 @@ def install_context(request, tmpdir, monkeypatch): install_dir = tmpdir.mkdir('install_dir') def fin(): + # undo the monkeypatch, particularly needed under + # windows because of kept handle on cwd + monkeypatch.undo() new_cwd.remove() user_base.remove() user_site.remove() |
