Skip to content

Commit

Permalink
Revert "tests: skip a test that fails with new Python 3.11 from MSYS2"
Browse files Browse the repository at this point in the history
This reverts commit 68dce66.

The upstream issues msys2-contrib/cpython-mingw#141
has been fixed now.
  • Loading branch information
lazka committed Sep 3, 2023
1 parent 156a9ba commit 552c3f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions unittests/windowstests.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,9 +462,6 @@ def test_non_utf8_fails(self):

@unittest.skipIf(is_cygwin(), "Needs visual studio")
def test_vsenv_option(self):
if mesonbuild.environment.detect_msys2_arch():
# https://github.com/msys2-contrib/cpython-mingw/issues/141
raise SkipTest('mingw python fails with /bin being removed from PATH')
if self.backend is not Backend.ninja:
raise SkipTest('Only ninja backend is valid for test')
env = os.environ.copy()
Expand Down

0 comments on commit 552c3f6

Please sign in to comment.