Ignore:
Timestamp:
05/31/2024 06:59:13 PM (3 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
313e38a, c77c90b
Parents:
fd059de
Message:

Restore PyYAML.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-dependencies/markdown.xml

    rfd059de r855f309  
    7070      <para role="optional">
    7171        <xref linkend="pytest"/>,
    72         <ulink url="https://pypi.org/project/pyyaml/">pyyaml</ulink>, and
     72        <xref linkend="PyYAML"/>, and
    7373        <ulink url="https://pypi.org/project/coverage/">coverage</ulink>
    7474      </para>
     
    9797<screen remap="test"><userinput>python3 -m venv --system-site-packages testenv &amp;&amp;
    9898source testenv/bin/activate                    &amp;&amp;
    99 pip3 install coverage pyyaml                   &amp;&amp;
     99pip3 install coverage                          &amp;&amp;
    100100python3 /usr/bin/pytest --ignore=tests/test_syntax/extensions/test_md_in_html.py<!-- no && because of a possible error -->
    101101deactivate</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.