diff --git a/components/python/pytest-run-parallel/.gitignore b/components/python/pytest-run-parallel/.gitignore index 6dd5c700448..f0a1faa83f1 100644 --- a/components/python/pytest-run-parallel/.gitignore +++ b/components/python/pytest-run-parallel/.gitignore @@ -1 +1 @@ -/pytest_run_parallel-0.9.0/ +/pytest_run_parallel-0.9.1/ diff --git a/components/python/pytest-run-parallel/Makefile b/components/python/pytest-run-parallel/Makefile index d1108545109..369241c07d2 100644 --- a/components/python/pytest-run-parallel/Makefile +++ b/components/python/pytest-run-parallel/Makefile @@ -19,10 +19,10 @@ BUILD_STYLE = pyproject include ../../../make-rules/shared-macros.mk COMPONENT_NAME = pytest_run_parallel -HUMAN_VERSION = 0.9.0 +HUMAN_VERSION = 0.9.1 COMPONENT_SUMMARY = A simple pytest plugin to run tests concurrently COMPONENT_ARCHIVE_HASH = \ - sha256:653b1f946d4c525588c3bde1a9ba56ec3176bf96c5df5649e57bfa3173534247 + sha256:9972ad8e66340a83819abae9cb3cefd7b3ca7b69b884d19521137767c6a69b58 COMPONENT_LICENSE = MIT COMPONENT_LICENSE_FILE = LICENSE diff --git a/components/python/pytest-run-parallel/patches/01-test-check-manifest.patch b/components/python/pytest-run-parallel/patches/01-test-check-manifest.patch index 04e2b6c2e15..8ba8c37930f 100644 --- a/components/python/pytest-run-parallel/patches/01-test-check-manifest.patch +++ b/components/python/pytest-run-parallel/patches/01-test-check-manifest.patch @@ -1,8 +1,8 @@ check-manifest is not needed to run tests. ---- pytest_run_parallel-0.9.0/pyproject.toml.orig -+++ pytest_run_parallel-0.9.0/pyproject.toml -@@ -57,7 +57,6 @@ +--- pytest_run_parallel-0.9.1/pyproject.toml.orig ++++ pytest_run_parallel-0.9.1/pyproject.toml +@@ -58,7 +58,6 @@ "pytest-order", "pytest-xdist", "hypothesis>=6.135.33", diff --git a/components/python/pytest-run-parallel/patches/02-no-coverage.patch b/components/python/pytest-run-parallel/patches/02-no-coverage.patch index 32fe36cfd99..cb74273f826 100644 --- a/components/python/pytest-run-parallel/patches/02-no-coverage.patch +++ b/components/python/pytest-run-parallel/patches/02-no-coverage.patch @@ -1,8 +1,8 @@ We do not need to check coverage for this project. ---- pytest_run_parallel-0.9.0/pyproject.toml.orig -+++ pytest_run_parallel-0.9.0/pyproject.toml -@@ -52,7 +52,6 @@ +--- pytest_run_parallel-0.9.1/pyproject.toml.orig ++++ pytest_run_parallel-0.9.1/pyproject.toml +@@ -53,7 +53,6 @@ [dependency-groups] test = [ diff --git a/components/python/pytest-run-parallel/test/results-all.master b/components/python/pytest-run-parallel/test/results-all.master index 716572b84b6..1d996656c55 100644 --- a/components/python/pytest-run-parallel/test/results-all.master +++ b/components/python/pytest-run-parallel/test/results-all.master @@ -4,7 +4,7 @@ cachedir: .pytest_cache hypothesis profile 'default' rootdir: $(@D) configfile: pyproject.toml -collecting ... collected 83 items +collecting ... collected 84 items Collected 0 items to run in parallel tests/test_cpu_detection.py::test_auto_detect_cpus_psutil_affinity PASSED @@ -46,6 +46,7 @@ tests/test_run_parallel.py::test_force_parallel_threads_overrides_cli PASSED tests/test_run_parallel.py::test_force_parallel_threads_overrides_limit PASSED tests/test_run_parallel.py::test_force_parallel_threads_no_deprecation_warning PASSED tests/test_run_parallel.py::test_forever_without_selected_tests PASSED +tests/test_run_parallel.py::test_xpass_not_treated_as_pass PASSED tests/test_thread_comparator.py::test_thread_comp_fixture PASSED tests/test_thread_index.py::test_thread_index_single_thread PASSED tests/test_thread_index.py::test_thread_index_num_parallel_threads PASSED @@ -91,4 +92,4 @@ tests/test_tmp_path.py::test_tmpdir_delete[auto] PASSED tests/test_tmp_path.py::test_tmp_path_tmpdir[1] PASSED tests/test_tmp_path.py::test_tmp_path_tmpdir[auto] PASSED -======== 82 passed, 1 skipped ======== +======== 83 passed, 1 skipped ========