try
This commit is contained in:
parent
bd68cd94b6
commit
47649f03e7
|
|
@ -25,7 +25,7 @@ pytest:
|
|||
stage: tests
|
||||
script:
|
||||
# Install the latest pythhon version supported by this librairy
|
||||
- apk add python3.9 python3.9-dev
|
||||
- apk add python3 python3-dev
|
||||
- apk add gcc g++ libffi-dev
|
||||
- apk add git
|
||||
- python3 -m venv /.gitlab-ci-venv
|
||||
|
|
@ -38,13 +38,15 @@ pytest:
|
|||
- echo $PYTHONPATH
|
||||
- poetry run pytest --version
|
||||
|
||||
- poetry run pytest --verbose --verbose tests/cli_01_init_test.py
|
||||
- poetry run pytest --verbose --verbose tests/cli_02_get_code_test.py
|
||||
- poetry run pytest --verbose --verbose tests/cli_03_docker_build_test.py
|
||||
- poetry run pytest --verbose --verbose tests/cli_04_run_test.py
|
||||
- poetry run pytest --verbose --verbose
|
||||
tests/cli_01_init_test.py
|
||||
tests/cli_02_get_code_test.py
|
||||
tests/cli_03_docker_build_test.py
|
||||
tests/cli_04_run_test.py
|
||||
# Disabled : calling OdooRPC on mounted container
|
||||
# in a container (gitlab) does'nt seems to work.
|
||||
|
||||
# - poetry run pytest --verbose --verbose tests/cli_05_execute_script_python_test.py
|
||||
- poetry run pytest --verbose --verbose tests/cli_06_execute_script_sql_test.py
|
||||
- poetry run pytest --verbose --verbose tests/cli_07_upgrade_test.py
|
||||
- poetry run pytest --verbose --verbose tests/cli_08_generate_module_analysis_test.py
|
||||
# - poetry run pytest --verbose --verbose tests/cli_06_execute_script_sql_test.py
|
||||
# - poetry run pytest --verbose --verbose tests/cli_07_upgrade_test.py
|
||||
# - poetry run pytest --verbose --verbose tests/cli_08_generate_module_analysis_test.py
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user