Skip to content

Commit 06a4fac

Browse files
Update pytest-xdist requirement from <3 to <4 (#210)
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](pytest-dev/pytest-xdist@1.0...v3.1.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ecce55 commit 06a4fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ console_scripts =
3939
dev =
4040
pytest<8
4141
coverage<7
42-
pytest-xdist<3
42+
pytest-xdist<4
4343
responses==0.21.0
4444
docs =
4545
sphinx<6

0 commit comments

Comments
 (0)