Skip to content

Commit f01e89b

Browse files
authored
Merge pull request #87 from saucelabs-training/renovate/pytest-xdist-3.x
Update dependency pytest-xdist to v3
2 parents f3101cd + 5fdaba2 commit f01e89b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[packages]
22
pytest = "==8.3.3"
3-
pytest-xdist = "==2.5.0"
3+
pytest-xdist = "==3.6.1"
44
Appium-Python-Client = "==4.3.0"
55
PyYAML = "==6.0.2"
66
selenium = "==4.26.1"

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pluggy==1.5.0
1717
py==1.11.0
1818
pyparsing==3.2.0
1919
pytest-forked==1.6.0
20-
pytest-xdist==2.5.0
20+
pytest-xdist==3.6.1
2121
pytest==8.3.3
2222
pyyaml==6.0.2
2323
requests==2.32.3

0 commit comments

Comments
 (0)