mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +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.*",
|
"dbus.*",
|
||||||
"django.*",
|
"django.*",
|
||||||
"gi.*",
|
"gi.*",
|
||||||
|
"numpy.*",
|
||||||
"pam.*",
|
"pam.*",
|
||||||
"pexpect.*",
|
"pexpect.*",
|
||||||
"pgi.*",
|
"pgi.*",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user