Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/python/pytest-run-parallel/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/pytest_run_parallel-0.9.0/
/pytest_run_parallel-0.9.1/
4 changes: 2 additions & 2 deletions components/python/pytest-run-parallel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down
5 changes: 3 additions & 2 deletions components/python/pytest-run-parallel/test/results-all.master
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 ========