Skip to content

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

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jun 24, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pytest-xdist ==2.2.1 -> ==2.3.0 age adoption passing confidence

Release Notes

pytest-dev/pytest-xdist

v2.3.0

Compare Source

===============================

Deprecations and Removals

  • #&#8203;654 <https://github.com/pytest-dev/pytest-xdist/issues/654>_: Python 3.5 is no longer supported.

Features

  • #&#8203;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 with auto.

    This is very useful for test suites which are not CPU-bound.

  • #&#8203;650 <https://github.com/pytest-dev/pytest-xdist/issues/650>_: Added new pytest_handlecrashitem hook to allow handling and rescheduling crashed items.

Bug Fixes

  • #&#8203;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.

  • #&#8203;638 <https://github.com/pytest-dev/pytest-xdist/issues/638>_: Fix issue caused by changing the branch name of the pytest repository.

Trivial Changes

  • #&#8203;592 <https://github.com/pytest-dev/pytest-xdist/issues/592>_: Replace master with controller where ever possible.

  • #&#8203;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.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team as a code owner June 24, 2021 20:01
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jun 24, 2021
@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label Jun 24, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jun 24, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 24, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 26, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 26, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 27, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 27, 2021
@leahecole leahecole assigned leahecole and unassigned kurtisvg Jul 19, 2021
@renovate-bot renovate-bot force-pushed the renovate/pytest-xdist-2.x branch from 323edac to 0ae6447 Compare July 19, 2021 20:49
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 19, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 19, 2021
@leahecole
Copy link
Collaborator

leahecole commented Jul 19, 2021

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.

@leahecole leahecole added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 19, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 19, 2021
@leahecole
Copy link
Collaborator

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.

@leahecole
Copy link
Collaborator

@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

@leahecole leahecole added the status: blocked Resolving the issue is dependent on other work. label Jul 20, 2021
@leahecole
Copy link
Collaborator

blocked by #6445

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 30, 2021
@leahecole leahecole removed the status: blocked Resolving the issue is dependent on other work. label Jul 30, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 30, 2021
@leahecole leahecole added the automerge Merge the pull request once unit tests and other checks pass. label Jul 30, 2021
@gcf-merge-on-green
Copy link
Contributor

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.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jul 31, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 31, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 31, 2021
@leahecole leahecole force-pushed the renovate/pytest-xdist-2.x branch from 1de204f to 5697380 Compare August 3, 2021 17:42
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 3, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 3, 2021
@leahecole
Copy link
Collaborator

removed people and planet and grouped it with #6502

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 3, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 3, 2021
@dandhlee dandhlee added the automerge Merge the pull request once unit tests and other checks pass. label Aug 3, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit 09caf99 into GoogleCloudPlatform:master Aug 3, 2021
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement. owlbot:run Add this label to trigger the Owlbot post processor. samples Issues that are directly related to samples.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants