Ignore:
Timestamp:
10/16/2022 07:58:22 AM (21 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:
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/idna.xml

    r114f6db9 ref6402e  
    6666      </itemizedlist>
    6767
    68       <bridgehead renderas="sect4">Packaging Dependencies</bridgehead>
     68      <bridgehead renderas="sect4">Idna Dependencies</bridgehead>
    6969
    7070      <bridgehead renderas="sect5">Required</bridgehead>
    7171      <para role="required">
    7272        <xref linkend="flit_core"/>
     73      </para>
     74
     75      <bridgehead renderas="sect5">Optional (for testing)</bridgehead>
     76      <para role="optional">
     77        <xref linkend="pytest"/>
    7378      </para>
    7479
     
    8388
    8489    <para>
    85       This package does not come with a test suite.
    86     </para>
    87 
    88     <para>
    8990      Now, as the <systemitem class="username">root</systemitem> user:
    9091    </para>
    9192
    9293<screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user idna</userinput></screen>
     94
     95    <para>
     96      To test the installation, run <command>pytest</command>.
     97    </para>
    9398
    9499    </sect3>
Note: See TracChangeset for help on using the changeset viewer.