File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11pip >= 19.3.1
22setuptools >= 44.0.0 ;python_version < "3"
33setuptools >= 45.0.0 ;python_version >= "3"
4- setuptools-scm >= 3.3.3
4+ setuptools-scm >= 3.4.0
55wheel >= 0.33.6
66six == 1.14.0
77nose == 1.3.7
@@ -14,7 +14,7 @@ selenium==3.141.0
1414pluggy >= 0.13.1
1515attrs >= 19.3.0
1616pytest >= 4.6.9 ;python_version < "3"
17- pytest >= 5.3.2 ;python_version >= "3"
17+ pytest >= 5.3.3 ;python_version >= "3"
1818pytest-cov >= 2.8.1
1919pytest-forked >= 1.1.3
2020pytest-html == 1.22.1 ;python_version < "3.6"
Original file line number Diff line number Diff line change 9696 'pluggy>=0.13.1' ,
9797 'attrs>=19.3.0' ,
9898 'pytest>=4.6.9;python_version<"3"' , # For Python 2 compatibility
99- 'pytest>=5.3.2 ;python_version>="3"' ,
99+ 'pytest>=5.3.3 ;python_version>="3"' ,
100100 'pytest-cov>=2.8.1' ,
101101 'pytest-forked>=1.1.3' ,
102102 'pytest-html==1.22.1;python_version<"3.6"' ,
You can’t perform that action at this time.
0 commit comments