File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ pyflakes==2.1.1;python_version<"3.5"
7878pyflakes == 2.2.0 ;python_version >= "3.5"
7979tornado == 5.1.1 ;python_version < "3.5"
8080tornado == 6.1 ;python_version >= "3.5"
81- allure-pytest == 2.8.23
81+ allure-pytest == 2.8.22 ;python_version < "3.5"
82+ allure-pytest == 2.8.23 ;python_version >= "3.5"
8283pdfminer.six == 20191110 ;python_version < "3.5"
8384pdfminer.six == 20201018 ;python_version >= "3.5"
Original file line number Diff line number Diff line change 182182 'pyflakes==2.2.0;python_version>="3.5"' ,
183183 'tornado==5.1.1;python_version<"3.5"' ,
184184 'tornado==6.1;python_version>="3.5"' ,
185- 'allure-pytest==2.8.23' ,
185+ 'allure-pytest==2.8.22;python_version<"3.5"' ,
186+ 'allure-pytest==2.8.23;python_version>="3.5"' ,
186187 'pdfminer.six==20191110;python_version<"3.5"' ,
187188 'pdfminer.six==20201018;python_version>="3.5"' ,
188189 ],
You can’t perform that action at this time.
0 commit comments