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 @@ -37,7 +37,7 @@ pip install swagger-coverage
3737API_DOCS_TYPE="swagger" # Note: "openapi" is default type of API docs
3838API_DOCS_VERSION="2.0" # Note: "3.0.0" is default version of API docs
3939API_DOCS_FORMAT="yaml" # Note: "json" is default format of API docs and output files
40- IS_DISABLED =True # Skip requests recording. No files will be saved to 'swagger-coverage-output' dir
40+ API_COVERAGE_REPORTS_DISABLED =True # Skip requests recording. No files will be saved to 'swagger-coverage-output' dir
4141
4242```
4343
Original file line number Diff line number Diff line change 55
66setup (
77 name = "swagger-coverage" ,
8- version = "2.2.6 " ,
8+ version = "2.2.7 " ,
99 author = "Jamal Zeinalov" ,
1010 author_email = "jamal.zeynalov@gmail.com" ,
1111 description = 'Python adapter for "swagger-coverage" tool' ,
1919 "Operating System :: OS Independent" ,
2020 ],
2121 install_requires = [
22- "requests~=2.27 .1" ,
22+ "requests~=2.28 .1" ,
2323 "Faker~=14.1.0" ,
2424 "setuptools~=65.2.0" ,
2525 "PyYAML~=6.0" ,
You can’t perform that action at this time.
0 commit comments