Changeset db21651


Ignore:
Timestamp:
03/16/2022 06:09:50 PM (2 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.2, 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/soup3, xry111/xf86-video-removal
Children:
7a38222
Parents:
88c7225
Message:

pycairo: Add an optional dependency on pytest since it's mentioned as
being needed for the test suite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/pycairo.xml

    r88c7225 rdb21651  
    7676      <bridgehead renderas="sect5">Optional</bridgehead>
    7777      <para role="optional">
    78         <ulink url="https://hypothesis.readthedocs.io">Hypothesis</ulink>
    79           (for tests)
     78        <ulink url="https://hypothesis.readthedocs.io">Hypothesis</ulink> and
     79        <ulink url="https://pypi.org/project/pytest/">pytest</ulink>
     80        (for tests)
    8081      </para>
    8182
     
    112113      <para>
    113114        To run the tests, this package requires the optional pytest module. If
    114         it is installed, run the test by running <command>ninja test</command>.
     115        it is installed, run the tests by running <command>ninja test</command>.
    115116      </para>
    116117
Note: See TracChangeset for help on using the changeset viewer.