Loading python/pytest.yml +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ 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 PYTEST_EXTRA_ARGS: "" PYTEST_EXTRA_ARGS: --import-mode=append python:pytest: extends: .python:pre-install Loading tests/mockup_projects/python/pep518/tests/__init__.pydeleted 100644 → 0 +0 −0 Empty file deleted. Loading
python/pytest.yml +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ 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 PYTEST_EXTRA_ARGS: "" PYTEST_EXTRA_ARGS: --import-mode=append python:pytest: extends: .python:pre-install Loading