diff options
| author | 2021-06-27 23:02:16 +0100 | |
|---|---|---|
| committer | 2021-06-27 23:02:16 +0100 | |
| commit | 93238c4596c69b29e513e2519df7d248d4a4a5af (patch) | |
| tree | b6925a5310d020a78a683f20216dd5b45975c3c4 /pyproject.toml | |
| parent | move cov config to toml (diff) | |
upgrade pytest-xdist
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
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"] |