aboutsummaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2023-09-03 18:04:00 +0200
committerXavier Claessens <xclaesse@gmail.com>2023-09-14 11:47:22 -0400
commit1306d156163fcbae2e1bf8cf89b98f7eec1465a3 (patch)
tree1bdcd958f65b247d5f962f3e2f3d20e833d23c0e /unittests
parent718c86a7d577e6474ff325957248724d9b786174 (diff)
downloadmeson-1306d156163fcbae2e1bf8cf89b98f7eec1465a3.zip
meson-1306d156163fcbae2e1bf8cf89b98f7eec1465a3.tar.gz
meson-1306d156163fcbae2e1bf8cf89b98f7eec1465a3.tar.bz2
Revert "tests: skip a test that fails with new Python 3.11 from MSYS2"
This reverts commit 68dce66bf9a2bcb3d23c291beb2354225a74b954. The upstream issues https://github.com/msys2-contrib/cpython-mingw/issues/141 has been fixed now.
Diffstat (limited to 'unittests')
-rw-r--r--unittests/windowstests.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/unittests/windowstests.py b/unittests/windowstests.py
index c201953..37e9299 100644
--- a/unittests/windowstests.py
+++ b/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()