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_windows_wrappers.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'setuptools/tests/test_windows_wrappers.py') diff --git a/setuptools/tests/test_windows_wrappers.py b/setuptools/tests/test_windows_wrappers.py index 5b14d07b..d2871c0f 100644 --- a/setuptools/tests/test_windows_wrappers.py +++ b/setuptools/tests/test_windows_wrappers.py @@ -23,12 +23,10 @@ import pytest from setuptools.command.easy_install import nt_quote_arg import pkg_resources - pytestmark = pytest.mark.skipif(sys.platform != 'win32', reason="Windows only") class WrapperTester: - @classmethod def prep_script(cls, template): python_exe = nt_quote_arg(sys.executable) -- cgit v1.2.3