Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit 9925372

Browse files
author
staticdev
committed
Nox
1 parent 054ccfe commit 9925372

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,5 @@ def tests(session: Session) -> None:
147147
def typeguard(session: Session) -> None:
148148
"""Runtime type checking using Typeguard."""
149149
install_package(session)
150-
install(session, "pytest", "typeguard")
150+
install(session, "pytest", "typeguard", "pytest_mock")
151151
session.run("pytest", f"--typeguard-packages={package}", *session.posargs)

0 commit comments

Comments
 (0)