Skip to content

Commit 748ea85

Browse files
Jonathan DEKHTIARlgarithm
authored andcommitted
Dependency fix (#806)
* Update requirements_test.txt * Update CHANGELOG.md
1 parent ca30b3e commit 748ea85

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ To release a new version, please update the changelog as followed:
139139
- pytest>=3.6,<3.7 => tqdm>=3.6,<3.8 (PR #798)
140140
- yapf>=0.21,<0.22 => yapf>=0.21,<0.23 (PR #798)
141141
- tqdm>=4.23,<4.25 => tqdm>=4.23,<4.26 (PR #798)
142+
- pytest-xdist>=1.22,<1.23 => pytest-xdist>=1.22,<1.24 (PR #805 and #806)
142143

143144
### Contributors
144145

requirements/requirements_test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ pydocstyle>=2.1,<2.2
44
pytest>=3.6,<3.8
55
pytest-cache>=1.0,<1.1
66
pytest-cov>=2.5,<2.6
7-
pytest-xdist==1.23.0
7+
pytest-xdist>=1.22,<1.24
88
sphinx>=1.7,<1.8
9-
yapf>=0.21,<0.23
9+
yapf>=0.21,<0.23

0 commit comments

Comments
 (0)