Commit 5d58d955 authored by david's avatar david

fix failing integration (test_stevedore) test on windows because of an...

fix failing integration (test_stevedore) test on windows because of an unreleased handle on the current directory
parent fbf309d3
......@@ -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