aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Thomas Grainger <[email protected]>2021-06-27 23:02:16 +0100
committerGravatar Thomas Grainger <[email protected]>2021-06-27 23:02:16 +0100
commit93238c4596c69b29e513e2519df7d248d4a4a5af (patch)
treeb6925a5310d020a78a683f20216dd5b45975c3c4
parentmove cov config to toml (diff)
upgrade pytest-xdist
-rw-r--r--poetry.lock10
-rw-r--r--pyproject.toml2
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock
index f1d158a68..2041824e2 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -783,11 +783,11 @@ pytest = ">=3.10"
[[package]]
name = "pytest-xdist"
-version = "2.2.1"
+version = "2.3.0"
description = "pytest xdist plugin for distributed testing and loop-on-failing modes"
category = "dev"
optional = false
-python-versions = ">=3.5"
+python-versions = ">=3.6"
[package.dependencies]
execnet = ">=1.1"
@@ -1026,7 +1026,7 @@ multidict = ">=4.0"
[metadata]
lock-version = "1.1"
python-versions = "3.9.*"
-content-hash = "040b5fa5c6f398bbcc6dfd6b27bc729032989fc5853881d21c032e92b2395a82"
+content-hash = "feec7372374cc4025f407b64b2e5b45c2c9c8d49c4538b91dc372f2bad89a624"
[metadata.files]
aio-pika = [
@@ -1603,8 +1603,8 @@ pytest-forked = [
{file = "pytest_forked-1.3.0-py2.py3-none-any.whl", hash = "sha256:dc4147784048e70ef5d437951728825a131b81714b398d5d52f17c7c144d8815"},
]
pytest-xdist = [
- {file = "pytest-xdist-2.2.1.tar.gz", hash = "sha256:718887296892f92683f6a51f25a3ae584993b06f7076ce1e1fd482e59a8220a2"},
- {file = "pytest_xdist-2.2.1-py3-none-any.whl", hash = "sha256:2447a1592ab41745955fb870ac7023026f20a5f0bfccf1b52a879bd193d46450"},
+ {file = "pytest-xdist-2.3.0.tar.gz", hash = "sha256:e8ecde2f85d88fbcadb7d28cb33da0fa29bca5cf7d5967fa89fc0e97e5299ea5"},
+ {file = "pytest_xdist-2.3.0-py3-none-any.whl", hash = "sha256:ed3d7da961070fce2a01818b51f6888327fb88df4379edeb6b9d990e789d9c8d"},
]
python-dateutil = [
{file = "python-dateutil-2.8.1.tar.gz", hash = "sha256:73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c"},
diff --git a/pyproject.toml b/pyproject.toml
index c80ad1ce9..c76bb47d6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -49,7 +49,7 @@ taskipy = "~=1.7.0"
python-dotenv = "~=0.17.1"
pytest = "~=6.2.4"
pytest-cov = "~=2.12.1"
-pytest-xdist = { version = "~=2.2.1", extras = ["psutil"] }
+pytest-xdist = { version = "~=2.3.0", extras = ["psutil"] }
[build-system]
requires = ["poetry-core>=1.0.0"]