Skip to content

Commit 9ec6321

Browse files
build(deps-dev): update pytest-xdist requirement (#677)
Updates the requirements on [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-xdist@v2.0.0...v3.3.1) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3561a97 commit 9ec6321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ docs = [
5454
test = [
5555
"coverage[toml]>=6,<8",
5656
"pytest>=7,<8",
57-
"pytest-xdist>=2,<3",
57+
"pytest-xdist>=2,<4",
5858
"pytest-mock>=3,<4",
5959
"pytest-lazy-fixture~=0.6.3",
6060
"pytest-cov>=4,<5",

0 commit comments

Comments
 (0)