Commit 97a6a7c6 authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

fix: append instead of prepend cwd to PYTHONPATH

parent bc6a335b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +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
    --import-mode=append
  PYTEST_EXTRA_ARGS: ""

python:pytest: