Changeset 72b95598


Ignore:
Timestamp:
05/05/2024 09:07:08 AM (3 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
lazarus, trunk
Children:
ac4f67e
Parents:
6b62181
Message:

pytest: Fix test instruction and dependencies

File:
1 edited

Legend:

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

    r6b62181 r72b95598  
    8282      <bridgehead renderas="sect5">Optional (for testing)</bridgehead>
    8383      <para role="optional">
     84        <xref linkend="attrs"/>,
    8485        <xref linkend="pygments"/>,
    8586        <xref linkend="requests"/>,
    8687        <ulink url="https://pypi.org/project/argcomplete/">argcomplete</ulink>,
    87         <ulink url="https://pypi.org/project/elementpath/">elementpath</ulink>,
    8888        <ulink url="https://pypi.org/project/hypothesis/">hypothesis</ulink>,
    8989        <ulink url="https://pypi.org/project/mock/">mock</ulink>,
    90         <ulink url="https://pypi.org/project/nose/">nose</ulink>,
    91         <ulink url="https://pypi.org/project/sortedcontainers/">sortedcontainers</ulink>, and
    9290        <ulink url="https://pypi.org/project/xmlschema/">xmlschema</ulink>
    9391      </para>
     
    114112<screen remap="test"><userinput>python3 -m venv --system-site-packages testenv &amp;&amp;
    115113source testenv/bin/activate                    &amp;&amp;
    116 pip3 install pytest[testing]                   &amp;&amp;
     114pip3 install pytest[dev]                       &amp;&amp;
    117115python3 /usr/bin/pytest<!-- no && because of a possible error -->
    118116deactivate</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.