From e4c88103f5e8db1f68a7ecf6c04b425dff5c0feb Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Wed, 10 Apr 2024 18:27:56 +0200 Subject: [PATCH] Add pytest to type check dependencies We also type check the unit tests and the unit tests now import functionality from pytest. --- requirements-mypy.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-mypy.txt b/requirements-mypy.txt index 65a16c5..a7b6bb9 100644 --- a/requirements-mypy.txt +++ b/requirements-mypy.txt @@ -1,2 +1,3 @@ mypy==1.10.0 django-stubs==5.0.2 +pytest==7.4.3