Changeset a14a1ff3


Ignore:
Timestamp:
07/17/2024 03:36:22 AM (2 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
0b1b6aa7
Parents:
8f81b1d
git-author:
Xi Ruoyao <xry111@…> (07/17/2024 03:31:13 AM)
git-committer:
Xi Ruoyao <xry111@…> (07/17/2024 03:36:22 AM)
Message:

psutil: Run the test suite

File:
1 edited

Legend:

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

    r8f81b1d ra14a1ff3  
    8383
    8484      <para>
    85         This package does not come with a test suite.
     85        To test the results, issue:
     86      </para>
     87
     88      <screen remap="test"><userinput>mkdir empty &amp;&amp;
     89(cd empty; python3 -m psutil.tests)</userinput></screen>
     90
     91      <!-- https://github.com/giampaolo/psutil/pull/2097
     92           Also mentions some other failures but it seems on BLFS only
     93           these two fail.  -->
     94      <para>
     95        Two tests named <literal>test_disk_usage</literal> and
     96        <literal>test_io_counters</literal> are known to fail.
    8697      </para>
    8798
Note: See TracChangeset for help on using the changeset viewer.