diff --git a/pytest_run_parallel-0.4.0.tar.gz b/pytest_run_parallel-0.4.0.tar.gz deleted file mode 100644 index 36d278d..0000000 --- a/pytest_run_parallel-0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70cee8e46b25b9113e5216732b9ef401235a7fffb4e84cc838f2f71d943d4608 -size 48684 diff --git a/pytest_run_parallel-0.4.2.tar.gz b/pytest_run_parallel-0.4.2.tar.gz new file mode 100644 index 0000000..ef5f890 --- /dev/null +++ b/pytest_run_parallel-0.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e97cbbf5cdc754d37cdd35acf53e3174a748db070c8367ca526963c14fdb05 +size 48756 diff --git a/python-pytest-run-parallel.changes b/python-pytest-run-parallel.changes index 0f8b839..4de37da 100644 --- a/python-pytest-run-parallel.changes +++ b/python-pytest-run-parallel.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Apr 24 11:10:29 UTC 2025 - Markéta Machová + +- 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á diff --git a/python-pytest-run-parallel.spec b/python-pytest-run-parallel.spec index 6515418..2202934 100644 --- a/python-pytest-run-parallel.spec +++ b/python-pytest-run-parallel.spec @@ -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