Changeset 5b6899bd


Ignore:
Timestamp:
05/05/2024 05:19:12 PM (4 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
lazarus, trunk
Children:
793b567
Parents:
1037704b
git-author:
Xi Ruoyao <xry111@…> (05/05/2024 05:18:53 PM)
git-committer:
Xi Ruoyao <xry111@…> (05/05/2024 05:19:12 PM)
Message:

docutils: Comment out unnecessary command, and add test instruction

File:
1 edited

Legend:

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

    r1037704b r5b6899bd  
    100100           "There must be no subdirectories in /usr/bin."
    101101           But pip maintainers closed this as WONTFIX:
    102            https://github.com/pypa/pip/issues/6906 -->
     102           https://github.com/pypa/pip/issues/6906
     103
     104           No longer happening after the upstream removed .py suffix for
     105           /usr/bin scripts
    103106      <para>
    104107        To reduce the time needed for loading Python scripts,
     
    116119      </para>
    117120
    118 <screen role="root"><userinput>rm -rfv /usr/bin/__pycache__</userinput></screen>
     121      <screen role="root"><userinput>rm -rfv /usr/bin/__pycache__</userinput></screen> -->
     122
     123      <!-- Don't try pytest.
     124           The test suite isn't compatible with pytest.  -->
     125      <para>
     126        To test the installation, issue:
     127        <command>test/alltests.py</command>.
     128      </para>
    119129    </sect3>
    120130
Note: See TracChangeset for help on using the changeset viewer.