mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 13:47:04 +00:00
fix test cases in python
This commit is contained in:
@@ -6,6 +6,9 @@ SETUP_OUT=*.egg-info
|
||||
VENV=.venv
|
||||
DEACTIVE=false
|
||||
|
||||
export LC_ALL=en_US.UTF-8
|
||||
export LANG=en_US.UTF-8
|
||||
|
||||
### set virtualenv
|
||||
if [ -z "$VIRTUAL_ENV" ]; then
|
||||
virtualenv $VENV --no-site-packages --always-copy
|
||||
|
||||
Reference in New Issue
Block a user