forked from pool/python-pytest-run-parallel
- 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:
@@ -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
BIN
pytest_run_parallel-0.4.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
Tue Apr 22 12:12:29 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-pytest-run-parallel
|
Name: python-pytest-run-parallel
|
||||||
Version: 0.4.0
|
Version: 0.4.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A simple pytest plugin to run tests concurrently
|
Summary: A simple pytest plugin to run tests concurrently
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -34,7 +34,6 @@ BuildRequires: %{python_module hypothesis}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python-pytest >= 6.2.0
|
Requires: python-pytest >= 6.2.0
|
||||||
Suggests: python-psutil >= 6.1.1
|
Suggests: python-psutil >= 6.1.1
|
||||||
BuildArch: noarch
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -51,7 +50,12 @@ A simple pytest plugin to run tests concurrently
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
# tests are broken on 32 bit https://github.com/Quansight-Labs/pytest-run-parallel/issues/53
|
||||||
|
%ifarch %ix86
|
||||||
|
exit 0
|
||||||
|
%else
|
||||||
%pytest
|
%pytest
|
||||||
|
%endif
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|||||||
Reference in New Issue
Block a user