-
Notifications
You must be signed in to change notification settings - Fork 234
Comparing changes
Open a pull request
base repository: pytest-dev/pytest-xdist
base: v3.1.0
head repository: pytest-dev/pytest-xdist
compare: v3.2.0
- 14 commits
- 17 files changed
- 7 contributors
Commits on Dec 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 639e086 - Browse repository at this point
Copy the full SHA 639e086View commit details
Commits on Dec 6, 2022
-
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.2.2 → v3.3.0](asottile/pyupgrade@v3.2.2...v3.3.0)
Configuration menu - View commit details
-
Copy full SHA for d7877ce - Browse repository at this point
Copy the full SHA d7877ceView commit details -
Merge pull request #854 from pytest-dev/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
Configuration menu - View commit details
-
Copy full SHA for 7a7be87 - Browse repository at this point
Copy the full SHA 7a7be87View commit details
Commits on Dec 13, 2022
-
[pre-commit.ci] pre-commit autoupdate (#856)
updates: - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) - [github.com/asottile/pyupgrade: v3.3.0 → v3.3.1](asottile/pyupgrade@v3.3.0...v3.3.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7faa69a - Browse repository at this point
Copy the full SHA 7faa69aView commit details
Commits on Dec 23, 2022
-
Add --maxschedchunk CLI option (#857)
Maximum number of tests scheduled in one step. Setting it to 1 will force pytest to send tests to workers one by one - might be useful for a small number of slow tests. Larger numbers will allow the scheduler to submit consecutive chunks of tests to workers - allows reusing fixtures. Unlimited if not set. Fixes #855 Fixes #255
Configuration menu - View commit details
-
Copy full SHA for 9b0b5b1 - Browse repository at this point
Copy the full SHA 9b0b5b1View commit details
Commits on Jan 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d1dfad3 - Browse repository at this point
Copy the full SHA d1dfad3View commit details -
The expected number of nodes didn't match throughout the test code.
Configuration menu - View commit details
-
Copy full SHA for e986092 - Browse repository at this point
Copy the full SHA e986092View commit details -
Merge pull request #865 from amezin/fix-loadsched-tests
Fix some LoadScheduling tests
Configuration menu - View commit details
-
Copy full SHA for 691a075 - Browse repository at this point
Copy the full SHA 691a075View commit details
Commits on Jan 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cf19f76 - Browse repository at this point
Copy the full SHA cf19f76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 017cc72 - Browse repository at this point
Copy the full SHA 017cc72View commit details
Commits on Jan 17, 2023
-
Tests: Unset PYTEST_XDIST_AUTO_NUM_WORKERS when the behavior without …
…the envvar is asserted
Configuration menu - View commit details
-
Copy full SHA for 8fd1bfd - Browse repository at this point
Copy the full SHA 8fd1bfdView commit details
Commits on Jan 19, 2023
-
Merge pull request #870 from hroncok/delenv
Tests: Unset PYTEST_XDIST_AUTO_NUM_WORKERS when the behavior without the envvar is asserted
Configuration menu - View commit details
-
Copy full SHA for 9373ddb - Browse repository at this point
Copy the full SHA 9373ddbView commit details
Commits on Feb 7, 2023
-
[pre-commit.ci] pre-commit autoupdate (#869)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/autoflake: v2.0.0 → v2.0.1](PyCQA/autoflake@v2.0.0...v2.0.1) - [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0) - [github.com/asottile/blacken-docs: v1.12.1 → 1.13.0](adamchainz/blacken-docs@v1.12.1...1.13.0) * Update .pre-commit-config.yaml * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c695763 - Browse repository at this point
Copy the full SHA c695763View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c06519 - Browse repository at this point
Copy the full SHA 5c06519View commit details
There are no files selected for viewing