Skip to content

Commit

Permalink
fixup! mingw_smoketests: skip test_c_ext_build for in-tree builds
Browse files Browse the repository at this point in the history
This seems to work now, so revert
  • Loading branch information
lazka committed Dec 22, 2024
1 parent a1dfb57 commit 7a9587a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mingw_smoketests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a9587a

Please sign in to comment.