mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-03 06:28:56 +00:00
* 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>
5 lines
77 B
Plaintext
5 lines
77 B
Plaintext
pytest~=7.1.0
|
|
pytest-cov>=2.8.1
|
|
pytest-randomly>=1.2.3
|
|
pytest-aiohttp>=0.3.0
|