Loading python/pytest.yml +2 −1 Original line number Diff line number Diff line Loading @@ -9,12 +9,13 @@ variables: PYTEST_INSTALL_PLUGINS: "" # See https://docs.pytest.org/en/latest/reference/plugin_list.html PYTEST_DEFAULT_ARGS: -vvv --capture=tee-sys -o log_cli=true -o log_cli_level=DEBUG --color=yes -n=auto PYTEST_EXTRA_ARGS: "" python:pytest: extends: .python:pre-install variables: JOB_PACKAGE: pytest pytest-cov ${PYTEST_INSTALL_PLUGINS} JOB_PACKAGE: pytest pytest-cov pytest-xdist ${PYTEST_INSTALL_PLUGINS} script: - !reference [".python:pre", script] - !reference [".python:pre-install", script] Loading Loading
python/pytest.yml +2 −1 Original line number Diff line number Diff line Loading @@ -9,12 +9,13 @@ variables: PYTEST_INSTALL_PLUGINS: "" # See https://docs.pytest.org/en/latest/reference/plugin_list.html PYTEST_DEFAULT_ARGS: -vvv --capture=tee-sys -o log_cli=true -o log_cli_level=DEBUG --color=yes -n=auto PYTEST_EXTRA_ARGS: "" python:pytest: extends: .python:pre-install variables: JOB_PACKAGE: pytest pytest-cov ${PYTEST_INSTALL_PLUGINS} JOB_PACKAGE: pytest pytest-cov pytest-xdist ${PYTEST_INSTALL_PLUGINS} script: - !reference [".python:pre", script] - !reference [".python:pre-install", script] Loading