From 6d102e4eaf7b88b6df5d7daf777bf300162842b2 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 4 May 2025 05:22:48 +0000 Subject: [PATCH] Update from copier (2025-05-04T05:22:48) --- .copier-answers.yml | 2 +- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 01d8ba2..7ac3fc6 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: js email: 3105306+timkpaine@users.noreply.github.com diff --git a/pyproject.toml b/pyproject.toml index 3dac0a4..1daeb1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -132,7 +132,6 @@ npm = "pnpm" [tool.pytest.ini_options] addopts = ["-vvv", "--junitxml=junit.xml"] -asyncio_mode = "strict" testpaths = "python_template_js/tests" [tool.ruff]