Skip to content

Commit cecccbc

Browse files
Bump pytest-xdist from 3.7.0 to 3.8.0
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.7.0 to 3.8.0. - [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@v3.7.0...v3.8.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-version: 3.8.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4f3bfff commit cecccbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def read(path: str) -> str:
7272
"pytest==8.4.1",
7373
"pytest-aiohttp==1.0.5",
7474
"pytest-asyncio==0.26.0",
75-
"pytest-xdist==3.7.0", # enables parallel testing
75+
"pytest-xdist==3.8.0", # enables parallel testing
7676
"filelock==3.18.0", # used for locks when running in parallel mode
7777
],
7878
"develop": [

0 commit comments

Comments
 (0)