Skip to content

Commit

Permalink
Bump pytest-xdist from 3.2.0 to 3.2.1
Browse files Browse the repository at this point in the history
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.2.0 to 3.2.1.
- [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.2.0...v3.2.1)

---
updated-dependencies:
- dependency-name: pytest-xdist
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 14, 2023
1 parent 5f5a559 commit a582e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def read(path: str) -> str:
"pytest==7.2.2",
"pytest-aiohttp==0.3.0",
"pytest-asyncio==0.20.3",
"pytest-xdist==3.2.0", # enables parallel testing
"pytest-xdist==3.2.1", # enables parallel testing
"filelock==3.9.0", # used for locks when running in parallel mode
],
"develop": [
Expand Down

0 comments on commit a582e28

Please sign in to comment.