Ignore:
Timestamp:
10/29/2022 09:34:19 PM (18 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
b69df19
Parents:
a2e0310
Message:

Reference book's pytest instead of external

Note that for pycairo2, I am not sure pytest can be built for python2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libwacom.xml

    ra2e0310 r8b819c5  
    8888      <xref linkend="librsvg"/>,
    8989      <xref linkend="valgrind"/> (optional for some tests), and
    90       <ulink url="https://docs.pytest.org/en/stable/">pytest</ulink> with
     90      <xref linkend="pytest"/> with
    9191      <ulink url="https://pypi.org/project/libevdev/">python-libevdev</ulink> and
    9292      <ulink url="https://pypi.org/project/pyudev/">pyudev</ulink>
     
    123123      To test the results, issue: <command>ninja test</command>.
    124124      To run additional tests, install
    125       <ulink url="https://docs.pytest.org/en/stable/">pytest</ulink> and remove
     125      <xref linkend="pytest"/> and remove
    126126      the "-Dtests=disabled" option from the meson line above.
    127127    </para>
     
    143143    <para>
    144144      <parameter>-Dtests=disabled</parameter>: This parameter disables some of
    145       the more advanced tests because they require
    146       <ulink url="https://docs.pytest.org/en/stable/">pytest</ulink> to work
    147       properly.
     145      the more advanced tests because they require <xref linkend="pytest"/> to
     146      work properly.
    148147    </para>
    149148
Note: See TracChangeset for help on using the changeset viewer.