11
0
forked from pool/python-pytest

Accepting request 1179013 from home:mcalabkova:branches:devel:languages:python:pytest

- Update to 8.2.2
  * Support for Python 3.13 (beta1 at the time of writing).
  * Fix `PermissionError` crashes arising from directories which are not 
    selected on the command-line.
  * Keyboard interrupts and system exits are now properly handled during 
    the test collection.
  * Fixed handling of 'Function not implemented' error under squashfuse_ll, 
    which is a different way to say that the mountpoint is read-only.
  * Fix a regression in pytest 8.2.0 where the permissions of 
    automatically-created .pytest_cache directories became rwx------ 
    instead of the expected rwxr-xr-x.
  * Fix possible catastrophic performance slowdown on a certain 
    parametrization pattern involving many higher-scoped parameters.
  * Fix a regression in pytest 8.2.0 where unittest class instances were 
    not released promptly on test teardown but only on session teardown.
  * Fix possible “Directory not empty” crashes arising from concurent cache 
    dir (.pytest_cache) creation. Regressed in pytest 8.2.0.

OBS-URL: https://build.opensuse.org/request/show/1179013
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest?expand=0&rev=137
This commit is contained in:
2024-06-07 11:16:11 +00:00
committed by Git OBS Bridge
parent dbd4f04da5
commit 7984ab2439
4 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d507d4482197eac0ba2bae2e9babf0672eb333017bcedaa5fb1a3d42c1174b3f
size 1422883

3
pytest-8.2.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:de4bb8104e201939ccdc688b27a89a7be2079b22e2bd2b07f806b6ba71117977
size 1427980

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Jun 6 11:48:38 UTC 2024 - Markéta Machová <mmachova@suse.com>
- Update to 8.2.2
* Support for Python 3.13 (beta1 at the time of writing).
* Fix `PermissionError` crashes arising from directories which are not
selected on the command-line.
* Keyboard interrupts and system exits are now properly handled during
the test collection.
* Fixed handling of 'Function not implemented' error under squashfuse_ll,
which is a different way to say that the mountpoint is read-only.
* Fix a regression in pytest 8.2.0 where the permissions of
automatically-created .pytest_cache directories became rwx------
instead of the expected rwxr-xr-x.
* Fix possible catastrophic performance slowdown on a certain
parametrization pattern involving many higher-scoped parameters.
* Fix a regression in pytest 8.2.0 where unittest class instances were
not released promptly on test teardown but only on session teardown.
* Fix possible “Directory not empty” crashes arising from concurent cache
dir (.pytest_cache) creation. Regressed in pytest 8.2.0.
-------------------------------------------------------------------
Mon May 6 05:24:11 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -33,7 +33,7 @@
%{?sle15_python_module_pythons}
Name: python-pytest%{psuffix}
Version: 8.2.0
Version: 8.2.2
Release: 0
Summary: Simple powerful testing with Python
License: MIT