diff --git a/poetry.lock b/poetry.lock index 4986cea..2e991ba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1400,22 +1400,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" @@ -1433,21 +1417,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.2.1" +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.2.1.tar.gz", hash = "sha256:1849bd98d8b242b948e472db7478e090bf3361912a8fed87992ed94085f54727"}, + {file = "pytest_xdist-3.2.1-py3-none-any.whl", hash = "sha256:37290d161638a20b672401deef1cba812d110ac27e35d213f091d15b8beb40c9"}, ] [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)"] @@ -2088,4 +2071,4 @@ func = ["numpy", "matplotlib"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "51c5b9708639cc6d7643a59c46984a70e3694172472053d05f9f19302d58defb" +content-hash = "fe13238b09bca3c3dda926ae8b0c7aadb2387868073a96670215ac5e00b3ce61" diff --git a/pyproject.toml b/pyproject.toml index 12f36c5..a7bb46b 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.2.1", extras = ["psutil"] } flake8 = "^3.8.4" neovim = "^0.3.1" pydocstyle = "^6.1.1"