]> granicus.if.org Git - python/commitdiff
forgot to add the win32 test in the unittest skip call
authorTarek Ziadé <ziade.tarek@gmail.com>
Mon, 21 Dec 2009 23:16:09 +0000 (23:16 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Mon, 21 Dec 2009 23:16:09 +0000 (23:16 +0000)
Lib/distutils/tests/test_msvc9compiler.py

index e1f08d8ad87fef276ee6b62e47a69dd303a3c9c8..8a908d99548bb47b2db8057a033fed44965c3a64 100644 (file)
@@ -60,7 +60,7 @@ _CLEANED_MANIFEST = """\
   </dependency>
 </assembly>"""
 
-@unittest.skip("These tests are only for win32")
+@unittest.skipUnless(sys.platform=="win32", "These tests are only for win32")
 class msvc9compilerTestCase(support.TempdirManager,
                             unittest.TestCase):