aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
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 /pyproject.toml
parentmove cov config to toml (diff)
upgrade pytest-xdist
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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"]