Changeset 8b819c5


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.

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • archive/py2cairo.xml

    ra2e0310 r8b819c5  
    7777      <bridgehead renderas="sect5">Optional</bridgehead>
    7878      <para role="optional">
     79        <!--TODO built for python2? -->
    7980        <ulink url="http://pytest.org">pytest</ulink>
    8081      </para>
  • 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
  • general/prog/python-modules/pycairo.xml

    ra2e0310 r8b819c5  
    7777      <para role="optional">
    7878        <ulink url="https://hypothesis.readthedocs.io">Hypothesis</ulink> and
    79         <ulink url="https://pypi.org/project/pytest/">pytest</ulink>
    80         (for tests)
     79        <xref linkend="pytest"/> (for tests)
    8180      </para>
    8281
  • general/prog/python-modules/pygobject3.xml

    ra2e0310 r8b819c5  
    8383        <ulink url="https://pypi.python.org/pypi/pep8">pep8</ulink>,
    8484        <ulink url="https://pypi.python.org/pypi/pyflakes">pyflakes</ulink>, and
    85         <ulink url="https://pypi.python.org/pypi/pytest">pytest</ulink>
     85        <xref linkend="pytest"/>
    8686        <!-- pytest brings in a lot of dependencies - upwards of 10 -->
    8787      </para>
  • networking/netprogs/samba.xml

    ra2e0310 r8b819c5  
    151151      Install in listed order:
    152152      <xref linkend="six"/>,
     153      <xref linkend="pytest"/>,
    153154      <ulink url="&pypi;/argparse/">argparse</ulink>,
    154155      <ulink url="&pypi;/extras/">extras</ulink>,
    155       <ulink url="&pypi;/py/">py</ulink>,
    156156      <!--<ulink url="&pypi;/enum34/">enum34</ulink>,-->
    157157      <ulink url="&pypi;/hypothesis/">hypothesis</ulink>,
    158       <ulink url="&pypi;/pytest/">pytest</ulink>,
    159158      <ulink url="&pypi;/coverage/">coverage</ulink>,
    160159      <ulink url="&pypi;/pytest-cov/">pytest-cov</ulink>,
  • postlfs/filesystems/fuse3.xml

    ra2e0310 r8b819c5  
    7777    <para role="optional">
    7878      <xref linkend="doxygen"/> (to rebuild the API documentation) and
    79       <ulink url="https://pypi.org/project/pytest/">pytest</ulink> (required for tests)
     79      <xref linkend="pytest"/> (required for tests)
    8080    </para>
    8181
     
    149149
    150150    <para>
    151       The <ulink url="https://pypi.org/project/pytest/">pytest</ulink> Python
     151      The <xref linkend="pytest"/> Python
    152152      module is required for the tests.  One test named
    153153      <filename>test_cuse</filename> will fail if the
Note: See TracChangeset for help on using the changeset viewer.