Skip to content

Commit da12925

Browse files
committed
1 parent 1862f6d commit da12925

File tree

3 files changed

+304
-270
lines changed

3 files changed

+304
-270
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.1-1-gd220299
33
_src_path: https://github.com/DiamondLightSource/python-copier-template.git
44
author_email: tom.cobb@diamond.ac.uk
55
author_name: Tom Cobb

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ commands = [
9898
[
9999
"pyright",
100100
"--pythonpath",
101-
".venv/bin/python",
101+
"{env:VIRTUAL_ENV}/bin/python",
102102
"src",
103103
"tests",
104104
{ replace = "posargs", default = [
@@ -110,7 +110,7 @@ commands = [
110110
description = "Run tests with coverage"
111111
commands = [
112112
[
113-
"pytest",
113+
"pytest",
114114
"--cov=python_copier_template_example",
115115
"--cov-report",
116116
"term",

0 commit comments

Comments
 (0)