Skip to content

Commit aed6323

Browse files
committed
fix(py): pytest cannot find cov arguments
1 parent 4887c4a commit aed6323

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

template/py/cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"full_name": "Firstname Lastname",
99
"github_username": "your-org-or-username",
1010

11-
"python_version": "3.10",
11+
"python_version": "3.13",
1212

1313
"__gh_slug": "{{ cookiecutter.github_username }}/{{ cookiecutter.project_slug }}",
1414
"__prompts__": {

template/py/{{cookiecutter.project_slug}}/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build:
1717

1818
# Test
1919
test:
20-
@uvx pytest
20+
@uv run pytest
2121

2222
# Allure report
2323
allure:

0 commit comments

Comments
 (0)