Skip to content

Commit b79717f

Browse files
authored
fix(test): Unknown config option: timeout warning #529
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. samuelcolvin/rtoml#12 Signed-off-by: Michel Alexandre Salim <[email protected]>
1 parent 5be54e2 commit b79717f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ known_first_party = pynvim
1313

1414
[tool:pytest]
1515
testpaths = test
16-
timeout = 10
1716

1817
[mypy]
1918
disallow_untyped_calls = true

0 commit comments

Comments
 (0)