Changeset 88bdca3


Ignore:
Timestamp:
10/19/2024 04:50:03 PM (3 hours ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
trunk
Parents:
72d11bf9
git-author:
Xi Ruoyao <xry111@…> (10/19/2024 04:49:08 PM)
git-committer:
Xi Ruoyao <xry111@…> (10/19/2024 04:50:03 PM)
Message:

psutil: Now pytest is needed for testing, and test_io_counters needs kernel support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-modules/psutil.xml

    r72d11bf9 r88bdca3  
    7171      </itemizedlist>
    7272
     73      <bridgehead renderas="sect4">Packaging Dependencies</bridgehead>
     74
     75      <bridgehead renderas="sect5">Optional (for testing)</bridgehead>
     76      <para role="optional">
     77        <xref linkend="pytest"/>
     78      </para>
    7379    </sect3>
    7480
     
    95101        Two tests, <literal>TestSystemAPIs::test_disk_usage</literal> and
    96102        <literal>TestNetAPIs::test_net_if_addrs</literal>, are known to fail.
     103        And, one test named
     104        <literal>TestAvailProcessAPIs::test_io_counters</literal>
     105        is known to fail if the kernel does not have
     106        <option>CONFIG_TASK_IO_ACCOUNTING</option> enabled.
    97107      </para>
    98108
Note: See TracChangeset for help on using the changeset viewer.