8000 Bump `pytest-xdist` from 3.3.0 to 3.3.1 (#3714) · Devors/python-telegram-bot@bb8b508 · GitHub
[go: up one dir, main page]

Skip to content

Commit bb8b508

Browse files
Bump pytest-xdist from 3.3.0 to 3.3.1 (python-telegram-bot#3714)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f15a7f commit bb8b508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pre-commit # needed for pre-commit hooks in the git commit command
33
# For the test suite
44
pytest==7.3.1
55
pytest-asyncio==0.21.0 # needed because pytest doesn't come with native support for coroutines as tests
6-
pytest-xdist==3.3.0 # xdist runs tests in parallel
6+
pytest-xdist==3.3.1 # xdist runs tests in parallel
77
flaky # Used for flaky tests (flaky decorator)
88
beautifulsoup4 # used in test_official for parsing tg docs
99

0 commit comments

Comments
 (0)
0