From df34bf1ca07f4fdf950fd989d1ef93e38b112d73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 14:46:51 +0000 Subject: [PATCH] chore(deps): update dependency https://github.com/diamondlightsource/python-copier-template to v5.0.2 --- .copier-answers.yml | 2 +- .github/CONTRIBUTING.md | 2 +- pyproject.toml | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index a03c9b85f..6b1c530ae 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 5.0.1 +_commit: 5.0.2 _src_path: https://github.com/DiamondLightSource/python-copier-template author_email: callum.forrester@diamond.ac.uk author_name: Callum Forrester diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 5d4033f4f..b268e6d1d 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -24,4 +24,4 @@ It is recommended that developers use a [vscode devcontainer](https://code.visua This project was created using the [Diamond Light Source Copier Template](https://github.com/DiamondLightSource/python-copier-template) for Python projects. -For more information on common tasks like setting up a developer environment, running the tests, and setting a pre-commit hook, see the template's [How-to guides](https://diamondlightsource.github.io/python-copier-template/5.0.1/how-to.html). +For more information on common tasks like setting up a developer environment, running the tests, and setting a pre-commit hook, see the template's [How-to guides](https://diamondlightsource.github.io/python-copier-template/5.0.2/how-to.html). diff --git a/pyproject.toml b/pyproject.toml index ea922c7c7..f401c66ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -138,7 +138,7 @@ commands = [ [ "pyright", "--pythonpath", - ".venv/bin/python", + "{env:VIRTUAL_ENV}/bin/python", "src", "tests", { replace = "posargs", default = [ @@ -151,6 +151,7 @@ description = "Run unit tests with coverage" commands = [ [ "pytest", +<<<<<<< before updating "tests/unit_tests", "--cov=blueapi", "--cov-report", @@ -168,6 +169,8 @@ commands = [ [ "pytest", "tests/system_tests", +======= +>>>>>>> after updating "--cov=blueapi", "--cov-report", "term",