Skip to content

Commit 1288f1f

Browse files
committed
Add testing deps for mypy
1 parent f9e6636 commit 1288f1f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/packaging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: python -m pip install tox
5151

5252
- name: Run mypy
53-
run: python -m tox -e typecheck
53+
run: tox -e typecheck
5454

5555
test:
5656
name: Test

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ commands = [
225225

226226
[tool.tox.env.typecheck]
227227
deps = [
228+
{ replace = "ref", of = ["tool", "tox", "env_run_base", "deps"], extend = true },
228229
"mypy",
229230
"django-types",
230231
"types-requests",

0 commit comments

Comments
 (0)