diff --git a/.copier-answers.yml b/.copier-answers.yml index 0868241..8e06b4d 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 839686f +_commit: a669f79 _src_path: https://github.com/python-project-templates/base.git add_extension: rust email: 3105306+timkpaine@users.noreply.github.com diff --git a/pyproject.toml b/pyproject.toml index 8d5a34b..bdebdca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -136,7 +136,6 @@ fail_under = 50 [tool.pytest.ini_options] addopts = ["-vvv", "--junitxml=junit.xml"] -asyncio_mode = "strict" testpaths = "python_template_rust/tests" [tool.ruff]