Skip to content

Commit 3f1ee39

Browse files
committed
Run pytest because hatch test fails
1 parent e79fa2d commit 3f1ee39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ extra-dependencies = ["flake8", "ipdb", "mypy>=1.0.0", "pytest"]
5757
type_check = "mypy --install-types --non-interactive {args:logya tests}"
5858
qa = [
5959
"hatch run type_check",
60-
"hatch test"
60+
"pytest tests"
6161
]
6262
release = [
6363
"hatch run qa",

0 commit comments

Comments
 (0)