We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c52b391 commit 0181497Copy full SHA for 0181497
1 file changed
template/pyproject.toml.jinja
@@ -104,7 +104,7 @@ commands = [
104
[
105
"{{ type_checker }}",
106
{% if type_checker=="pyright" %}"--pythonpath",
107
- ".venv/bin/python",
+ "{env:VIRTUAL_ENV}/bin/python",
108
{% endif %}"src",
109
"tests",
110
{ replace = "posargs", default = [
@@ -116,7 +116,7 @@ commands = [
116
description = "Run tests with coverage"
117
commands = [
118
119
- "pytest",
+ "pytest",
120
"--cov={{ package_name }}",
121
"--cov-report",
122
"term",
0 commit comments