aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 3364ec0..8dc16ce 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -188,5 +188,5 @@ exclude_lines = [
]
[[tool.mypy.overrides]]
-module = ["mwclient"]
+module = ["mwclient", "pytest"]
ignore_missing_imports = true