diff --git a/cpp/pyproject.toml.jinja b/cpp/pyproject.toml.jinja index d20a823..b5d97fd 100644 --- a/cpp/pyproject.toml.jinja +++ b/cpp/pyproject.toml.jinja @@ -129,7 +129,6 @@ packages = ["{{module}}"] [tool.pytest.ini_options] addopts = ["-vvv", "--junitxml=junit.xml"] -asyncio_mode = "strict" testpaths = "{{module}}/tests" [tool.ruff] diff --git a/js/pyproject.toml.jinja b/js/pyproject.toml.jinja index d8e0b3f..09d029c 100644 --- a/js/pyproject.toml.jinja +++ b/js/pyproject.toml.jinja @@ -132,7 +132,6 @@ npm = "pnpm" [tool.pytest.ini_options] addopts = ["-vvv", "--junitxml=junit.xml"] -asyncio_mode = "strict" testpaths = "{{module}}/tests" [tool.ruff] diff --git a/jupyter/pyproject.toml.jinja b/jupyter/pyproject.toml.jinja index 5de4e3f..e17bad5 100644 --- a/jupyter/pyproject.toml.jinja +++ b/jupyter/pyproject.toml.jinja @@ -144,7 +144,6 @@ npm = "pnpm" [tool.pytest.ini_options] addopts = ["-vvv", "--junitxml=junit.xml"] -asyncio_mode = "strict" testpaths = "{{module}}/tests" [tool.ruff] diff --git a/python/pyproject.toml.jinja b/python/pyproject.toml.jinja index 8008e81..978ed3a 100644 --- a/python/pyproject.toml.jinja +++ b/python/pyproject.toml.jinja @@ -99,7 +99,6 @@ packages = ["{{module}}"] [tool.pytest.ini_options] addopts = ["-vvv", "--junitxml=junit.xml"] -asyncio_mode = "strict" testpaths = "{{module}}/tests" [tool.ruff] diff --git a/rust/pyproject.toml.jinja b/rust/pyproject.toml.jinja index 0e48834..5720647 100644 --- a/rust/pyproject.toml.jinja +++ b/rust/pyproject.toml.jinja @@ -136,7 +136,6 @@ fail_under = 50 [tool.pytest.ini_options] addopts = ["-vvv", "--junitxml=junit.xml"] -asyncio_mode = "strict" testpaths = "{{module}}/tests" [tool.ruff]