|
145 | 145 | 'platformdirs>=3.0.0;python_version>="3.7"', |
146 | 146 | 'pyparsing>=3.0.7;python_version<"3.7"', |
147 | 147 | 'zipp==3.6.0;python_version<"3.7"', |
148 | | - 'zipp>=3.14.0;python_version>="3.7"', |
| 148 | + 'zipp>=3.15.0;python_version>="3.7"', |
| 149 | + 'more-itertools==8.14.0;python_version<"3.7"', |
| 150 | + 'more-itertools>=9.1.0;python_version>="3.7"', |
149 | 151 | "six==1.16.0", |
150 | 152 | "idna==3.4", |
151 | 153 | 'chardet==4.0.0;python_version<"3.7"', |
|
157 | 159 | 'requests==2.27.1;python_version<"3.7"', |
158 | 160 | 'requests==2.28.2;python_version>="3.7"', |
159 | 161 | 'requests-toolbelt==0.10.1', |
160 | | - "nose==1.3.7", |
| 162 | + "pynose==1.4.1", |
161 | 163 | 'sniffio==1.3.0;python_version>="3.7"', |
162 | 164 | 'h11==0.14.0;python_version>="3.7"', |
163 | 165 | 'outcome==1.2.0;python_version>="3.7"', |
|
169 | 171 | 'selenium==3.141.0;python_version<"3.7"', |
170 | 172 | 'selenium==4.8.2;python_version>="3.7"', |
171 | 173 | 'msedge-selenium-tools==3.141.3;python_version<"3.7"', |
172 | | - 'more-itertools==8.14.0;python_version<"3.7"', |
173 | | - 'more-itertools==9.0.0;python_version>="3.7"', |
174 | 174 | 'cssselect==1.1.0;python_version<"3.7"', |
175 | 175 | 'cssselect==1.2.0;python_version>="3.7"', |
176 | 176 | "sortedcontainers==2.4.0", |
|
222 | 222 | 'rich==13.3.1;python_version>="3.7"', |
223 | 223 | ], |
224 | 224 | extras_require={ |
| 225 | + # pip install -e .[allure] |
| 226 | + # Usage: pytest --alluredir=allure_results |
| 227 | + # Serve: allure serve allure_results |
| 228 | + "allure": [ |
| 229 | + 'allure-pytest==2.9.45;python_version<"3.7"', |
| 230 | + 'allure-pytest==2.12.0;python_version>="3.7"', |
| 231 | + 'allure-python-commons==2.9.45;python_version<"3.7"', |
| 232 | + 'allure-python-commons==2.12.0;python_version>="3.7"', |
| 233 | + 'allure-behave==2.9.45;python_version<"3.7"', |
| 234 | + 'allure-behave==2.12.0;python_version>="3.7"', |
| 235 | + ], |
225 | 236 | # pip install -e .[coverage] |
226 | 237 | # Usage: coverage run -m pytest; coverage html; coverage report |
227 | 238 | "coverage": [ |
228 | 239 | 'coverage==6.2;python_version<"3.7"', |
229 | | - 'coverage==7.2.0;python_version>="3.7"', |
| 240 | + 'coverage==7.2.1;python_version>="3.7"', |
230 | 241 | "pytest-cov==4.0.0", |
231 | 242 | ], |
232 | 243 | # pip install -e .[flake8] |
|
0 commit comments