From 43bb9d619e567df5417cb2ad52701ed3f3f8cf77 Mon Sep 17 00:00:00 2001 From: Bjoern Ludwig <bjoern.ludwig@ptb.de> Date: Sat, 21 Jan 2023 12:40:44 +0100 Subject: [PATCH] chore(pytest): correct typo in marker description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0d47e02..caae8e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ testpaths = ["tests"] python_files = ["test_*.py"] addopts = "--strict-markers --suppress-no-test-exit-code --color=yes --cov-branch -v" filterwarnings = "error" -markers = "webtest: mark a test as requiring internet connecttion" +markers = "webtest: mark a test as requiring internet connection" [tool.mypy] exclude = ["^build/", "^venv/"] -- GitLab