mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2026-06-19 07:35:19 +00:00
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:
@@ -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
@@ -104,7 +104,7 @@ tests = [
|
|||||||
# needed because pytest doesn't come with native support for coroutines as tests
|
# needed because pytest doesn't come with native support for coroutines as tests
|
||||||
"pytest-asyncio==0.21.2",
|
"pytest-asyncio==0.21.2",
|
||||||
# xdist runs tests in parallel
|
# xdist runs tests in parallel
|
||||||
"pytest-xdist==3.6.1",
|
"pytest-xdist==3.8.0",
|
||||||
# Used for flaky tests (flaky decorator)
|
# Used for flaky tests (flaky decorator)
|
||||||
"flaky>=3.8.1",
|
"flaky>=3.8.1",
|
||||||
# used in test_official for parsing tg docs
|
# used in test_official for parsing tg docs
|
||||||
|
|||||||
Reference in New Issue
Block a user