Commit 2c219893 authored by Jason R. Coombs's avatar Jason R. Coombs

Merged in davidoff/setuptools-fix-failing-integration-test (pull request #68)

Fix failing integration (test_stevedore) test on windows because of an unreleased handle on the current directory
parents 1531c804 5d58d955
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment