Skip to content

Commit 65dc513

Browse files
Upgrade pytest-xdist (#1760)
* Upgrade pytest-xdist * Update tox.ini Co-authored-by: jaidisido <[email protected]>
1 parent f959628 commit 65dc513

File tree

3 files changed

+6
-23
lines changed

3 files changed

+6
-23
lines changed

poetry.lock

Lines changed: 4 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ tox = "^3.25.1"
6464
pytest = "^7.1.2"
6565
pytest-cov = "^4.0.0"
6666
pytest-rerunfailures = "^10.2"
67-
pytest-xdist = "^2.5.0"
67+
pytest-xdist = "^3.0.2"
6868
pytest-timeout = "^2.1.0"
6969
pydot = "^1.4.2"
7070
sphinx = "^4.2.0"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ deps =
1010
.[sparql]
1111
pytest==7.1.2
1212
pytest-rerunfailures==10.2
13-
pytest-xdist==2.5.0
13+
pytest-xdist==3.0.2
1414
pytest-timeout==2.1.0
1515
moto==4.0.3
1616
s3fs==0.4.2

0 commit comments

Comments
 (0)