Ignore:
Timestamp:
07/19/2024 03:48:49 PM (2 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
1189bdd2
Parents:
cbccbc3b (diff), 7b86a32 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

File:
1 edited

Legend:

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

    rcbccbc3b rf3cd2c8  
    119119<screen remap="test"><userinput>python3 -m venv --system-site-packages testenv &amp;&amp;
    120120source testenv/bin/activate                    &amp;&amp;
    121 pip3 install filelock defusedxml               &amp;&amp;
     121pip3 install sphinx[test]                      &amp;&amp;
    122122python3 -m pytest<!-- no && because of a possible error -->
    123123deactivate</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.