Changeset 7b86a32


Ignore:
Timestamp:
07/19/2024 03:42:46 PM (7 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
f3cd2c8
Parents:
35e87254
Message:

Sphinx: use sphinx[test] instead to pull all of the test dependencies.

File:
1 edited

Legend:

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

    r35e87254 r7b86a32  
    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.