Ignore:
Timestamp:
10/16/2022 07:58:22 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/llvm18, xry111/spidermonkey128, xry111/xf86-video-removal
Children:
74434cc
Parents:
114f6db9
Message:

Add tests for some python deps and a few fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-dependencies/iniconfig.xml

    r114f6db9 ref6402e  
    2525
    2626      <para>
    27         <application>Iniconfig</application> iniconfig is a small and simple
     27        <application>Iniconfig</application> is a small and simple
    2828        INI-file parser module.
    2929      </para>
     
    7272      </para>
    7373
     74      <bridgehead renderas="sect5">Optional (for testing)</bridgehead>
     75      <para role="optional">
     76        <xref linkend="pytest"/>
     77      </para>
     78
    7479    </sect3>
    7580
     
    8287
    8388    <para>
    84       This package does not come with a test suite.
    85     </para>
    86 
    87     <para>
    8889      Now, as the <systemitem class="username">root</systemitem> user:
    8990    </para>
    9091
    9192<screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user iniconfig</userinput></screen>
     93
     94    <para>
     95      To test the installation, run <command>pytest</command>.
     96    </para>
    9297
    9398    </sect3>
Note: See TracChangeset for help on using the changeset viewer.