From 7a9587a510d6a70af54049683eb6c2f5296afb2f Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 22 Dec 2024 16:08:20 +0100 Subject: [PATCH] fixup! mingw_smoketests: skip test_c_ext_build for in-tree builds This seems to work now, so revert --- mingw_smoketests.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mingw_smoketests.py b/mingw_smoketests.py index addcd68292b35bc..5af27645e5df7ee 100644 --- a/mingw_smoketests.py +++ b/mingw_smoketests.py @@ -283,10 +283,6 @@ def test_site(self): self.assertEqual(len(site.getsitepackages()), 1) def test_c_ext_build(self): - # This will not work in in-tree build - if sysconfig.is_python_build(): - raise unittest.SkipTest("in-tree build") - import tempfile import sys import subprocess