Changeset 81c8f59 for general


Ignore:
Timestamp:
05/21/2024 06:08:23 PM (4 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
712878e
Parents:
2a3baaa
Message:

Update to pytest-8.2.1.

File:
1 edited

Legend:

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

    r2a3baaa r81c8f59  
    88  <!ENTITY pytest-download-ftp  " ">
    99  <!ENTITY pytest-md5sum        "&pytest-md5sum;">
    10   <!ENTITY pytest-size          "1.3 MB">
    11   <!ENTITY pytest-buildsize     "42 MB (with tests)">
    12   <!ENTITY pytest-time          "1.2 SBU (with tests)">
     10  <!ENTITY pytest-size          "1.4 MB">
     11  <!ENTITY pytest-buildsize     "41 MB (with tests)">
     12  <!ENTITY pytest-time          "0.8 SBU (with tests)">
    1313]>
    1414
     
    112112<screen remap="test"><userinput>python3 -m venv --system-site-packages testenv &amp;&amp;
    113113source testenv/bin/activate                    &amp;&amp;
    114 pip3 install pytest[dev]                       &amp;&amp;
     114pip3 install pytest[dev] xmlschema hypothesis  &amp;&amp;
    115115python3 /usr/bin/pytest<!-- no && because of a possible error -->
    116116deactivate</userinput></screen>
    117 
    118       <para>
    119         One test, testing/test_pathlib.py, is known to fail.
    120       </para>
    121117
    122118    </sect3>
Note: See TracChangeset for help on using the changeset viewer.