Loading python/pytest.yml +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ python:pytest: stage: test variables: PYTEST_COVERAGE_THRESHOLD: "25" INSTALL_PYTEST_PLUGINS: "pytest-asyncio pytest-xdist" # See https://docs.pytest.org/en/latest/reference/plugin_list.html INSTALL_PYTEST_PLUGINS: "" # See https://docs.pytest.org/en/latest/reference/plugin_list.html CHECK_PATH: "./${PYTHON_PACKAGE}" DEFAULT_ARGS: "-vvv --capture=tee-sys -o log_cli=true -o log_cli_level=DEBUG --color=yes" EXTRA_ARGS: "" # Set optional arguments Loading Loading
python/pytest.yml +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ python:pytest: stage: test variables: PYTEST_COVERAGE_THRESHOLD: "25" INSTALL_PYTEST_PLUGINS: "pytest-asyncio pytest-xdist" # See https://docs.pytest.org/en/latest/reference/plugin_list.html INSTALL_PYTEST_PLUGINS: "" # See https://docs.pytest.org/en/latest/reference/plugin_list.html CHECK_PATH: "./${PYTHON_PACKAGE}" DEFAULT_ARGS: "-vvv --capture=tee-sys -o log_cli=true -o log_cli_level=DEBUG --color=yes" EXTRA_ARGS: "" # Set optional arguments Loading