mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
pyproject: Ignore missing types for numpy (needed by pytest)
- Otherwise, on Debian stable, running make check-type results in following error: /usr/lib/python3/dist-packages/_pytest/python_api.py:24: error: Cannot find implementation or library stub for module named "numpy" [import] Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
aac12f4391
commit
eeeec6710f
@ -163,6 +163,7 @@ module = [
|
||||
"dbus.*",
|
||||
"django.*",
|
||||
"gi.*",
|
||||
"numpy.*",
|
||||
"pam.*",
|
||||
"pexpect.*",
|
||||
"pgi.*",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user