Commit 6b32807d authored by Federico Falconieri's avatar Federico Falconieri
Browse files

Merge branch 'rhtenhove-beta-patch-82674' into 'beta'

fix: remove non-default default plugins

See merge request just-ci/templates!37
parents ef737887 b00df54c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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