- update to 0.4.2

* Upgrade gh-action-pypi-publish to fix metadata error
  * Remove deprecated argument in pytest_report_collectionfinish
  * Report manually marked single-threaded tests
  * Detect unsafe calls that occur under assigments
- Skip tests on i586

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-run-parallel?expand=0&rev=2
This commit is contained in:
2025-04-25 08:42:52 +00:00
committed by Git OBS Bridge
parent 43dcd5fff9
commit 4b3fd2a87e
4 changed files with 19 additions and 5 deletions

View File

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

BIN
pytest_run_parallel-0.4.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Apr 24 11:10:29 UTC 2025 - Markéta Machová <mmachova@suse.com>
- update to 0.4.2
* Upgrade gh-action-pypi-publish to fix metadata error
* Remove deprecated argument in pytest_report_collectionfinish
* Report manually marked single-threaded tests
* Detect unsafe calls that occur under assigments
- Skip tests on i586
-------------------------------------------------------------------
Tue Apr 22 12:12:29 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -17,7 +17,7 @@
Name: python-pytest-run-parallel
Version: 0.4.0
Version: 0.4.2
Release: 0
Summary: A simple pytest plugin to run tests concurrently
License: MIT
@@ -34,7 +34,6 @@ BuildRequires: %{python_module hypothesis}
BuildRequires: fdupes
Requires: python-pytest >= 6.2.0
Suggests: python-psutil >= 6.1.1
BuildArch: noarch
%python_subpackages
%description
@@ -51,7 +50,12 @@ A simple pytest plugin to run tests concurrently
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# tests are broken on 32 bit https://github.com/Quansight-Labs/pytest-run-parallel/issues/53
%ifarch %ix86
exit 0
%else
%pytest
%endif
%files %{python_files}
%license LICENSE