aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2023-07-02 18:01:06 -0400
committerEli Schwartz <eschwartz@archlinux.org>2023-07-02 18:03:21 -0400
commit77d4db533fabb3308074793d684f5a97727b707e (patch)
treef0b08d81ef8a9b94e099606ab9c3ba10b6affcaa
parentdb0c24e627dd0fbcea2bb6b849221d6f8376805e (diff)
downloadmeson-77d4db533fabb3308074793d684f5a97727b707e.zip
meson-77d4db533fabb3308074793d684f5a97727b707e.tar.gz
meson-77d4db533fabb3308074793d684f5a97727b707e.tar.bz2
remove CI workaround for clang+msys2
Reverts part of commit 4e17d60d47357b7e3a4fd772ce031cd7cd7bc57e. msys2 is now fixed, so clang works well with the python headers.
-rw-r--r--unittests/pythontests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/unittests/pythontests.py b/unittests/pythontests.py
index b8c19b2..afcfec3 100644
--- a/unittests/pythontests.py
+++ b/unittests/pythontests.py
@@ -88,7 +88,6 @@ python = pymod.find_installation('python3', required: true)
else:
self.assertEqual(count, 5)
- @xfail_if_jobname('msys2-clangx64ninja')
def test_bytecompile_multi(self):
if not shutil.which('python2') and not PythonModule._get_win_pythonpath('python2'):
raise self.skipTest('python2 not installed')