From 31bd37c6ac8de9e8c1bacebc2d8e1215df91eb96 Mon Sep 17 00:00:00 2001 From: stepshal Date: Tue, 18 Oct 2016 20:24:35 +0700 Subject: Fix quantity of blank lines. --- setuptools/tests/test_integration.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setuptools/tests/test_integration.py') 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 -- cgit v1.2.1