Skip to content

Commit 7a9587a

Browse files
committed
fixup! mingw_smoketests: skip test_c_ext_build for in-tree builds
This seems to work now, so revert
1 parent a1dfb57 commit 7a9587a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mingw_smoketests.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -283,10 +283,6 @@ def test_site(self):
283283
self.assertEqual(len(site.getsitepackages()), 1)
284284

285285
def test_c_ext_build(self):
286-
# This will not work in in-tree build
287-
if sysconfig.is_python_build():
288-
raise unittest.SkipTest("in-tree build")
289-
290286
import tempfile
291287
import sys
292288
import subprocess

0 commit comments

Comments
 (0)