Bump pytest-xdist from 3.6.1 to 3.8.0 (#4893)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bibo-Joshi <22366557+Bibo-Joshi@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-08-02 03:54:46 +02:00
committed by GitHub
parent 616cfe59b9
commit 94da8a8d67
2 changed files with 6 additions and 1 deletions
@@ -0,0 +1,5 @@
internal = "Bump ``pytest-xdist`` from 3.6.1 to 3.8.0"
[[pull_requests]]
uid = "4893"
author_uid = "dependabot"
closes_threads = []
+1 -1
View File
@@ -104,7 +104,7 @@ tests = [
# needed because pytest doesn't come with native support for coroutines as tests
"pytest-asyncio==0.21.2",
# xdist runs tests in parallel
"pytest-xdist==3.6.1",
"pytest-xdist==3.8.0",
# Used for flaky tests (flaky decorator)
"flaky>=3.8.1",
# used in test_official for parsing tg docs