From a1acff995f55eca1bd292f89dec0d236f4a36771 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 02:07:07 +0000 Subject: [PATCH] Bump pytest-xdist from 2.5.0 to 3.3.0 Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 2.5.0 to 3.3.0. - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v2.5.0...v3.3.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 29 ++++++----------------------- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 24 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3b032aa..b4dd32f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1396,22 +1396,6 @@ pytest = ">=4.6" [package.extras] testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtualenv"] -[[package]] -name = "pytest-forked" -version = "1.3.0" -description = "run tests in isolated forked subprocesses" -category = "dev" -optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" -files = [ - {file = "pytest-forked-1.3.0.tar.gz", hash = "sha256:6aa9ac7e00ad1a539c41bec6d21011332de671e938c7637378ec9710204e37ca"}, - {file = "pytest_forked-1.3.0-py2.py3-none-any.whl", hash = "sha256:dc4147784048e70ef5d437951728825a131b81714b398d5d52f17c7c144d8815"}, -] - -[package.dependencies] -py = "*" -pytest = ">=3.10" - [[package]] name = "pytest-instafail" version = "0.5.0" @@ -1429,21 +1413,20 @@ pytest = ">=5" [[package]] name = "pytest-xdist" -version = "2.5.0" -description = "pytest xdist plugin for distributed testing and loop-on-failing modes" +version = "3.3.0" +description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs" category = "dev" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "pytest-xdist-2.5.0.tar.gz", hash = "sha256:4580deca3ff04ddb2ac53eba39d76cb5dd5edeac050cb6fbc768b0dd712b4edf"}, - {file = "pytest_xdist-2.5.0-py3-none-any.whl", hash = "sha256:6fe5c74fec98906deb8f2d2b616b5c782022744978e7bd4695d39c8f42d0ce65"}, + {file = "pytest-xdist-3.3.0.tar.gz", hash = "sha256:d42c9efb388da35480878ef4b2993704c6cea800c8bafbe85a8cdc461baf0748"}, + {file = "pytest_xdist-3.3.0-py3-none-any.whl", hash = "sha256:76f7683d4f993eaff91c9cb0882de0465c4af9c6dd3debc903833484041edc1a"}, ] [package.dependencies] execnet = ">=1.1" psutil = {version = ">=3.0", optional = true, markers = "extra == \"psutil\""} pytest = ">=6.2.0" -pytest-forked = "*" [package.extras] psutil = ["psutil (>=3.0)"] @@ -2084,4 +2067,4 @@ func = ["numpy", "matplotlib"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "bb36b75734ad662135c7c58e0b51634ba1e93c0423afc25fb9b8609488345993" +content-hash = "0a96767e719c9793de5c9e51621c24c0cef84621916cbb2b697fa04fc700fee0" diff --git a/pyproject.toml b/pyproject.toml index 811113d..ea1ec25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ pre-commit = "^3.2.2" pytest = "^6.2.5" pytest-cov = "^4.0.0" pytest-instafail = "^0.5.0" -pytest-xdist = { version = "^2.5.0", extras = ["psutil"] } +pytest-xdist = { version = "^3.3.0", extras = ["psutil"] } flake8 = "^3.8.4" neovim = "^0.3.1" pydocstyle = "^6.1.1"