mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 16:07:09 +00:00
Fix/remove support python2 option in flask aiohttp generators (#13585)
* fix: remove option supportPython2.
[python-flask][python-aiohttp][python-blueplanet]
* fix: update samples
* test only python servers
* fix(tests): downgrade pytest version to ensure compatibility with python3.6 [python-flask][python-aiohttp]
* Revert "fix(tests): downgrade pytest version to ensure compatibility with python3.6 [python-flask][python-aiohttp]"
This reverts commit 9f47db2f87.
* test in circlei
* run commands directly
* test in node 1
* update makefile
* fix Makefile
* fix test
* revert some changes, remove python server tests from travis
Co-authored-by: Kevin Bannier <kevinbannier1@gmail.com>
This commit is contained in:
@@ -14,9 +14,9 @@ VERSION = "1.0.0"
|
||||
# http://pypi.python.org/pypi/setuptools
|
||||
|
||||
REQUIRES = [
|
||||
"connexion==2.6.0",
|
||||
"swagger-ui-bundle==0.0.6",
|
||||
"aiohttp_jinja2==1.2.0",
|
||||
"connexion==2.14.1",
|
||||
"swagger-ui-bundle==0.0.9",
|
||||
"aiohttp_jinja2==1.5.0",
|
||||
]
|
||||
|
||||
setup(
|
||||
|
||||
Reference in New Issue
Block a user