neovim / pynvim

Python client and plugin host for Nvim
http://pynvim.readthedocs.io/en/latest/
Apache License 2.0
1.47k stars 118 forks source link

Fix `Unknown config option: timout` warning #529

Closed michel-slm closed 11 months ago

michel-slm commented 11 months ago

This option is no longer valid with pytest 6+

========================================================= warnings summary =========================================================
.venv311/lib64/python3.11/site-packages/_pytest/config/__init__.py:1373
  /home/michel/src/github/neovim/pynvim/.venv311/lib64/python3.11/site-packages/_pytest/config/__init__.py:1373: PytestConfigWarning: Unknown config option: timeout

    self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html

See e.g. https://github.com/samuelcolvin/rtoml/issues/12