diff options
Diffstat (limited to 'setuptools/tests/test_integration.py')
-rw-r--r-- | setuptools/tests/test_integration.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/tests/test_integration.py b/setuptools/tests/test_integration.py index 04772ba5..78fb0627 100644 --- a/setuptools/tests/test_integration.py +++ b/setuptools/tests/test_integration.py @@ -49,6 +49,7 @@ def install_context(request, tmpdir, monkeypatch): user_base.remove() user_site.remove() install_dir.remove() + request.addfinalizer(fin) # Change the environment and site settings to control where the |