Changeset 3d349f4


Ignore:
Timestamp:
11/01/2023 01:37:26 PM (7 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
fa5f6e9
Parents:
4ca6236
git-author:
Xi Ruoyao <xry111@…> (11/01/2023 01:36:01 PM)
git-committer:
Xi Ruoyao <xry111@…> (11/01/2023 01:37:26 PM)
Message:

gobject-introspection: Fix 19 test failures with Python 3.12 or later

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/gobject-introspection.xml

    r4ca6236 r3d349f4  
    101101
    102102    <para>
    103       To test the results, issue: <command>ninja test</command>.
    104     </para>
     103      To test the results, fix an incompatibility of the test suite with
     104      Python 3.12 or later and then run the test suite:
     105    </para>
     106
     107<screen role='test'><userinput>sed "/PYTHONPATH/a'/usr/lib/python&python3-majorver;'," -i ../tests/warn/meson.build &amp;&amp;
     108ninja test</userinput></screen>
    105109
    106110    <para>
Note: See TracChangeset for help on using the changeset viewer.