diff --git a/.copier-answers.yml b/.copier-answers.yml index 45bf8ab..98e7012 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 839686f +_commit: c9dacb5 _src_path: https://github.com/python-project-templates/base.git add_extension: python email: t.paine154@gmail.com diff --git a/pyproject.toml b/pyproject.toml index f2cc332..1834fc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,7 +114,6 @@ packages = ["hatch_cpp"] [tool.pytest.ini_options] addopts = ["-vvv", "--junitxml=junit.xml"] -asyncio_mode = "strict" testpaths = "hatch_cpp/tests" [tool.ruff]