summaryrefslogtreecommitdiff
path: root/requirements_test.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-31 13:33:09 +0000
committerGitHub <noreply@github.com>2022-10-31 13:33:09 +0000
commita38c6098304b306c2dd95d544c4da6370b767657 (patch)
treed2690cdf50a8b745ed3f50ab2766cb8013273474 /requirements_test.txt
parentadd1fefe22696facb33163dd1b61cfb4aae7aeeb (diff)
downloadpylint-git-a38c6098304b306c2dd95d544c4da6370b767657.tar.gz
Update pytest-xdist requirement from ~=2.5 to ~=3.0 (#7695)
Updates the requirements on [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) to permit the latest version. - [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.5.0...v3.0.2) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'requirements_test.txt')
-rw-r--r--requirements_test.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_test.txt b/requirements_test.txt
index b081e7621..f5bfb9f45 100644
--- a/requirements_test.txt
+++ b/requirements_test.txt
@@ -7,7 +7,7 @@ tbump~=6.9.0
contributors-txt>=0.9.0
pytest-cov~=4.0
pytest-profiling~=1.7
-pytest-xdist~=2.5
+pytest-xdist~=3.0
# Type packages for mypy
types-pkg_resources==0.1.3
tox>=3