Helper to run tests in different python versions #6131
Closed
Description
Is your feature request related to a problem?
Add helper targets to the Makefile that allow to run the test using the specific version of python and environment (AIOHTTP_NO_EXTENSIONS)
Describe the solution you'd like
Introduce new targets:
test-3.7test-3.7-no-extensions
and so on.
It will make easier to check locally the problems occurred during CI on the python versions that are not installed locally.
Describe alternatives you've considered
Run the required steps manually.
Related component
Server, Client
Additional context
No response
Code of Conduct
- I agree to follow the aio-libs Code of Conduct