summaryrefslogtreecommitdiff
path: root/unittests/windowstests.py
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/windowstests.py')
-rw-r--r--unittests/windowstests.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/unittests/windowstests.py b/unittests/windowstests.py
index c20195327..37e92996d 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()