From 1a0644e065bfe2f05a64d92b4abd31392d471751 Mon Sep 17 00:00:00 2001 From: "J. Goutin" Date: Sat, 23 Jul 2016 13:01:13 +0200 Subject: Update test_msvc.py --- setuptools/tests/test_msvc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setuptools/tests/test_msvc.py') diff --git a/setuptools/tests/test_msvc.py b/setuptools/tests/test_msvc.py index ad96752d..a0c76ea0 100644 --- a/setuptools/tests/test_msvc.py +++ b/setuptools/tests/test_msvc.py @@ -87,7 +87,7 @@ class TestModulePatch: query_vcvarsall(9.0) except Exception as exc: expected = distutils.errors.DistutilsPlatformError - assert isinstance(expected, exc) + assert isinstance(exc, expected) assert 'aka.ms/vcpython27' in str(exc) @pytest.yield_fixture -- cgit v1.2.3