mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-04 22:50:53 +00:00
[Python][aiohttp] create venv as rule (#5913)
* create venv as rule * create venv as rule II
This commit is contained in:
parent
4c64870ab7
commit
c479e518d4
@ -11,8 +11,11 @@ clean:
|
|||||||
find . -name "*.py[oc]" -delete
|
find . -name "*.py[oc]" -delete
|
||||||
find . -name "__pycache__" -delete
|
find . -name "__pycache__" -delete
|
||||||
|
|
||||||
test: clean
|
venv:
|
||||||
|
python -m venv $(VENV)
|
||||||
|
|
||||||
|
test: clean venv
|
||||||
bash ./test_python3.sh
|
bash ./test_python3.sh
|
||||||
|
|
||||||
test-all: clean
|
test-all: clean venv
|
||||||
bash ./test_python3.sh
|
bash ./test_python3.sh
|
||||||
|
@ -11,8 +11,11 @@ clean:
|
|||||||
find . -name "*.py[oc]" -delete
|
find . -name "*.py[oc]" -delete
|
||||||
find . -name "__pycache__" -delete
|
find . -name "__pycache__" -delete
|
||||||
|
|
||||||
test: clean
|
venv:
|
||||||
|
python -m venv $(VENV)
|
||||||
|
|
||||||
|
test: clean venv
|
||||||
bash ./test_python3.sh
|
bash ./test_python3.sh
|
||||||
|
|
||||||
test-all: clean
|
test-all: clean venv
|
||||||
bash ./test_python3.sh
|
bash ./test_python3.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user