Skip to content

Commit cc0c25a

Browse files
Update dependency pytest-xdist to v3
1 parent e4cce6c commit cc0c25a

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 = "==6.2.5"
3-
pytest-xdist = "==2.2.1"
3+
pytest-xdist = "==3.6.1"
44
Appium-Python-Client = "==2.11.1"
55
PyYAML = "==5.4.1"
66
selenium = "==4.4.3"

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pluggy==0.13.1
1717
py==1.10.0
1818
pyparsing==2.4.7
1919
pytest-forked==1.3.0
20-
pytest-xdist==2.2.1
20+
pytest-xdist==3.6.1
2121
pytest==6.2.5
2222
pyyaml==6.0.1
2323
requests==2.32.2

0 commit comments

Comments
 (0)