From: Daan De Meyer Date: Fri, 1 Sep 2023 09:58:33 +0000 (+0200) Subject: Drop asyncio_mode from pyproject.toml X-Git-Tag: v16~23^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f82cde2eeea2e4b93980e57671c5feb9448a0a53;p=thirdparty%2Fmkosi.git Drop asyncio_mode from pyproject.toml pytest complains this option is unknown so let's drop it. --- diff --git a/pyproject.toml b/pyproject.toml index e8b808b37..e89cbb0c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,9 +41,6 @@ py_version = "39" [tool.pyright] pythonVersion = "3.9" -[tool.pytest.ini_options] -asyncio_mode = "auto" - [tool.mypy] python_version = 3.9 # belonging to --strict