-
Notifications
You must be signed in to change notification settings - Fork 6.5k
chore(deps): update dependency pytest-xdist to v2.3.0 #6234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency pytest-xdist to v2.3.0 #6234
Conversation
323edac
to
0ae6447
Compare
The Dataflow flex template jobs are hanging with a "RateLimitExceeded" error on write operations to the BigQuery table. There were a bunch of these flex template streaming jobs in progress (some that hadn't properly gotten canceled - perhaps from the service key problem last week) so I canceled some of them and will try rerunning this. |
The Dataflow jobs properly canceled themselves, but the test still seems to be hanging. The BigQuery resources for flex templates properly delete too. I haven't checked pubsub but I saw logs about pubsub deletion that looked promising. |
@davidcavazos suspects the publisher fixture hangs on the parallelization that Pytest is doing under the hood. He will be OOO and will look into this next week |
blocked by #6445 |
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot. |
1de204f
to
5697380
Compare
removed people and planet and grouped it with #6502 |
This PR contains the following updates:
==2.2.1
->==2.3.0
Release Notes
pytest-dev/pytest-xdist
v2.3.0
Compare Source
===============================
Deprecations and Removals
#​654 <https://github.com/pytest-dev/pytest-xdist/issues/654>
_: Python 3.5 is no longer supported.Features
#​646 <https://github.com/pytest-dev/pytest-xdist/issues/646>
_: Add--numprocesses=logical
flag, which automatically uses the number of logical CPUs available, instead of physical CPUs withauto
.This is very useful for test suites which are not CPU-bound.
#​650 <https://github.com/pytest-dev/pytest-xdist/issues/650>
_: Added newpytest_handlecrashitem
hook to allow handling and rescheduling crashed items.Bug Fixes
#​421 <https://github.com/pytest-dev/pytest-xdist/issues/421>
_: Copy the parent process sys.path into local workers, to work around execnet's python -c adding the current directory to sys.path.#​638 <https://github.com/pytest-dev/pytest-xdist/issues/638>
_: Fix issue caused by changing the branch name of the pytest repository.Trivial Changes
#​592 <https://github.com/pytest-dev/pytest-xdist/issues/592>
_: Replace master with controller where ever possible.#​643 <https://github.com/pytest-dev/pytest-xdist/issues/643>
_: Use 'main' to refer to pytest default branch in tox env names.Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.