File tree Expand file tree Collapse file tree 3 files changed +304
-270
lines changed
Expand file tree Collapse file tree 3 files changed +304
-270
lines changed Original file line number Diff line number Diff line change 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
44author_email : tom.cobb@diamond.ac.uk
55author_name : Tom Cobb
Original file line number Diff line number Diff 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 = [
110110description = " Run tests with coverage"
111111commands = [
112112 [
113- " pytest" ,
113+ " pytest" ,
114114 " --cov=python_copier_template_example" ,
115115 " --cov-report" ,
116116 " term" ,
You can’t perform that action at this time.
0 commit comments