From 2e52014c5219a72eb7184a74b44e44ba3c9d7264 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Dec 2020 04:21:01 +0000 Subject: [PATCH] Bump pytest-xdist from 2.1.0 to 2.2.0 Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v2.1.0...v2.2.0) Signed-off-by: dependabot-preview[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 55c5a447..846b8599 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -4,7 +4,7 @@ setuptools>=21 # minimum installation requirements coverage==5.3 # pytest-cov pytest==6.2.0 pytest-cov==2.10.1 -pytest-xdist==2.1.0 +pytest-xdist==2.2.0 psycopg2-binary==2.8.6; platform_python_implementation != "PyPy" psycopg2cffi==2.8.1; platform_python_implementation == "PyPy" port-for==0.4