We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4cce6c commit cc0c25aCopy full SHA for cc0c25a
Pipfile
@@ -1,6 +1,6 @@
1
[packages]
2
pytest = "==6.2.5"
3
-pytest-xdist = "==2.2.1"
+pytest-xdist = "==3.6.1"
4
Appium-Python-Client = "==2.11.1"
5
PyYAML = "==5.4.1"
6
selenium = "==4.4.3"
requirements.txt
@@ -17,7 +17,7 @@ pluggy==0.13.1
17
py==1.10.0
18
pyparsing==2.4.7
19
pytest-forked==1.3.0
20
-pytest-xdist==2.2.1
+pytest-xdist==3.6.1
21
pytest==6.2.5
22
pyyaml==6.0.1
23
requests==2.32.2
0 commit comments