Changeset 81c8f59


Ignore:
Timestamp:
05/21/2024 06:08:23 PM (13 days ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
trunk
Children:
712878e
Parents:
2a3baaa
Message:

Update to pytest-8.2.1.

Files:
3 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>
  • introduction/welcome/changelog.xml

    r2a3baaa r81c8f59  
    3939    </listitem>
    4040    -->
     41
     42    <listitem>
     43      <para>May 21st, 2024</para>
     44      <itemizedlist>
     45        <listitem>
     46          <para>[bdubbs] - Update to pytest-8.2.1. Fixes
     47          <ulink url="&blfs-ticket-root;19815">#19815</ulink>.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
    4151
    4252    <listitem>
  • packages.ent

    r2a3baaa r81c8f59  
    598598<!ENTITY pyserial-version             "3.5">
    599599<!ENTITY pyserial-md5sum              "1cf25a76da59b530dbfc2cf99392dc83">
    600 <!ENTITY pytest-version               "8.2.0">
    601 <!ENTITY pytest-md5sum                "89fe0664e310ee8ee6a8bc1639f44775">
     600<!ENTITY pytest-version               "8.2.1">
     601<!ENTITY pytest-md5sum                "cb6a6c749aefbff22bf4d5451b9b3ae0">
    602602<!ENTITY PyYAML-version               "6.0.1">
    603603<!ENTITY PyYAML-md5sum                "c9246277af2d9a13b7018af267a0831a">
Note: See TracChangeset for help on using the changeset viewer.