Revert "tests: skip a test that fails with new Python 3.11 from MSYS2"

This reverts commit 68dce66bf9.

The upstream issues https://github.com/msys2-contrib/cpython-mingw/issues/141
has been fixed now.
pull/12260/head
Christoph Reiter 2 years ago committed by Xavier Claessens
parent 718c86a7d5
commit 1306d15616
  1. 3
      unittests/windowstests.py

@ -462,9 +462,6 @@ class WindowsTests(BasePlatformTests):
@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()

Loading…
Cancel
Save