Skip to content

Commit 9d125ca

Browse files
pyup-botJonathan DEKHTIAR
authored andcommitted
PyUP - Dependency Update Scheduled daily dependency update on wednesday (#883)
* Pin pytest-xdist to latest version 1.24.0 * Update requirements_test.txt * Update CHANGELOG.md * Update CHANGELOG.md
1 parent 0aeea43 commit 9d125ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ To release a new version, please update the changelog as followed:
7777
- pytest>=3.6,<3.9 => pytest>=3.6,<3.10 (PR #874)
7878
- requests>=2.19,<2.20 => requests>=2.19,<2.21 (PR #874)
7979
- tqdm>=4.23,<4.28 => tqdm>=4.23,<4.29 (PR #878)
80+
- pytest-xdist>=1.22,<1.24 => pytest-xdist>=1.22,<1.25 (PR #883)
8081

8182
### Deprecated
8283

requirements/requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ pydocstyle>=2.1,<3.1
44
pytest>=3.6,<3.10
55
pytest-cache>=1.0,<1.1
66
pytest-cov>=2.5,<2.7
7-
pytest-xdist>=1.22,<1.24
7+
pytest-xdist>=1.22,<1.25
88
sphinx>=1.7,<1.9
99
yapf>=0.22,<0.25

0 commit comments

Comments
 (0)