File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ requests==2.22.0
1212selenium == 3.141.0
1313pluggy >= 0.13.1
1414attrs >= 19.3.0
15- pytest >= 4.6.7 ;python_version < "3"
15+ pytest >= 4.6.8 ;python_version < "3"
1616pytest >= 5.3.2 ;python_version >= "3"
1717pytest-cov >= 2.8.1
1818pytest-forked >= 1.1.3
@@ -22,7 +22,7 @@ pytest-metadata>=1.8.0
2222pytest-ordering >= 0.6
2323pytest-rerunfailures >= 8.0
2424pytest-timeout >= 1.3.3
25- pytest-xdist >= 1.30 .0
25+ pytest-xdist >= 1.31 .0
2626parameterized >= 0.7.1
2727soupsieve == 1.9.5
2828beautifulsoup4 == 4.8.1
Original file line number Diff line number Diff line change 9595 'selenium==3.141.0' ,
9696 'pluggy>=0.13.1' ,
9797 'attrs>=19.3.0' ,
98- 'pytest>=4.6.7 ;python_version<"3"' , # For Python 2 compatibility
98+ 'pytest>=4.6.8 ;python_version<"3"' , # For Python 2 compatibility
9999 'pytest>=5.3.2;python_version>="3"' ,
100100 'pytest-cov>=2.8.1' ,
101101 'pytest-forked>=1.1.3' ,
105105 'pytest-ordering>=0.6' ,
106106 'pytest-rerunfailures>=8.0' ,
107107 'pytest-timeout>=1.3.3' ,
108- 'pytest-xdist>=1.30 .0' ,
108+ 'pytest-xdist>=1.31 .0' ,
109109 'parameterized>=0.7.1' ,
110110 'soupsieve==1.9.5' ,
111111 'beautifulsoup4==4.8.1' ,
You can’t perform that action at this time.
0 commit comments