Skip to content

Commit 67264df

Browse files
chore(deps): update dependency https://github.com/diamondlightsource/python-copier-template to v5.0.2
1 parent 7b10cc3 commit 67264df

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 5.0.1
2+
_commit: 5.0.2
33
_src_path: https://github.com/DiamondLightSource/python-copier-template
44
author_email: callum.forrester@diamond.ac.uk
55
author_name: Callum Forrester

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ It is recommended that developers use a [vscode devcontainer](https://code.visua
2424

2525
This project was created using the [Diamond Light Source Copier Template](https://github.com/DiamondLightSource/python-copier-template) for Python projects.
2626

27-
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).
27+
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).

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ commands = [
138138
[
139139
"pyright",
140140
"--pythonpath",
141-
".venv/bin/python",
141+
"{env:VIRTUAL_ENV}/bin/python",
142142
"src",
143143
"tests",
144144
{ replace = "posargs", default = [
@@ -151,6 +151,7 @@ description = "Run unit tests with coverage"
151151
commands = [
152152
[
153153
"pytest",
154+
<<<<<<< before updating
154155
"tests/unit_tests",
155156
"--cov=blueapi",
156157
"--cov-report",
@@ -168,6 +169,8 @@ commands = [
168169
[
169170
"pytest",
170171
"tests/system_tests",
172+
=======
173+
>>>>>>> after updating
171174
"--cov=blueapi",
172175
"--cov-report",
173176
"term",

0 commit comments

Comments
 (0)