We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3101cd commit 5fdaba2Copy full SHA for 5fdaba2
Pipfile
@@ -1,6 +1,6 @@
1
[packages]
2
pytest = "==8.3.3"
3
-pytest-xdist = "==2.5.0"
+pytest-xdist = "==3.6.1"
4
Appium-Python-Client = "==4.3.0"
5
PyYAML = "==6.0.2"
6
selenium = "==4.26.1"
requirements.txt
@@ -17,7 +17,7 @@ pluggy==1.5.0
17
py==1.11.0
18
pyparsing==3.2.0
19
pytest-forked==1.6.0
20
-pytest-xdist==2.5.0
+pytest-xdist==3.6.1
21
pytest==8.3.3
22
pyyaml==6.0.2
23
requests==2.32.3
0 commit comments