Skip to content

Commit 0b8013c

Browse files
committed
no mypy on tests
1 parent ab07327 commit 0b8013c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def test_suite(session: Session) -> None:
6666
def test_types(session: Session) -> None:
6767
install_requirements_file(session, "check-types")
6868
install_requirements_file(session, "pkg-deps")
69-
session.run("mypy", "--show-error-codes", "src/django_idom", "tests/test_app")
69+
session.run("mypy", "--show-error-codes", "src/django_idom")
7070

7171

7272
@nox.session

0 commit comments

Comments
 (0)