Skip to content

Commit bb5769d

Browse files
Update pytest-xdist requirement from <3.0.0,>=1.28.0 to >=1.28.0,<4.0.0
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@v1.28.0...v3.0.2) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1ba9ead commit bb5769d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ types-requests>=2.25.0, <3.0.0
66
# testing
77
pytest>=5.3.5, <8.0.0
88
pytest-cov>=2.6.1, <5.0.0
9-
pytest-xdist>=1.28.0, <3.0.0 # for distributed testing, currently unused (see setup.cfg)
9+
pytest-xdist>=1.28.0, <4.0.0 # for distributed testing, currently unused (see setup.cfg)
1010
pytest-lazy-fixture>=0.6.3, <0.7.0
1111
pytest-custom_exit_code>=0.3.0 # for notebook tests
1212
pytest-timeout>=1.4.2, <3.0.0 # for notebook tests

0 commit comments

Comments
 (0)