From adbefe836355305c69818f8abb59decf0adf9cf9 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sun, 16 Aug 2020 07:19:47 +0200 Subject: [PATCH] Upgrade pytest-xdist dev dependency to v2.0 Also, stop pinning pytest version, since older version combined with pytest-xdist 2.0 caused CI test errors. --- pyproject.toml | 2 +- requirements/test.pip | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1b09716a..4456c913 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ pytest = "^6.0" pytest-cov = "^2.8" pytest-pythonpath = "^0.7.3" pytest-sugar = "^0.9.4" -pytest-xdist = "^1.31" +pytest-xdist = "^2.0" tox = "^3.13" flake8 = "^3.8" flake8-import-order = "^0.18.1" diff --git a/requirements/test.pip b/requirements/test.pip index 973b27ca..647a8694 100644 --- a/requirements/test.pip +++ b/requirements/test.pip @@ -1,6 +1,6 @@ # Tests Pygments==2.6.1 -pytest==5.3.5 +pytest pytest-cov pytest-xdist