aboutsummaryrefslogtreecommitdiff
path: root/test/lint
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-04-21 10:28:53 +0100
committerfanquake <fanquake@gmail.com>2023-05-29 10:23:52 +0100
commit015cc5e588fa25f65f6ea2ed03701def8dfd5444 (patch)
tree00d8f3d3120f5026a3b5001f68d480a67012d898 /test/lint
parent7d33ae755de2bff806fe600bdaebedbd7fa67aba (diff)
downloadbitcoin-015cc5e588fa25f65f6ea2ed03701def8dfd5444.tar.xz
lint: stop ignoring LIEF imports
Type stubs are now available as of 0.13.0. See https://github.com/lief-project/LIEF/issues/650.
Diffstat (limited to 'test/lint')
-rwxr-xr-xtest/lint/lint-python.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lint/lint-python.py b/test/lint/lint-python.py
index 9de13e44e2..539d0acb5d 100755
--- a/test/lint/lint-python.py
+++ b/test/lint/lint-python.py
@@ -13,7 +13,7 @@ import pkg_resources
import subprocess
import sys
-DEPS = ['flake8', 'mypy', 'pyzmq']
+DEPS = ['flake8', 'lief', 'mypy', 'pyzmq']
MYPY_CACHE_DIR = f"{os.getenv('BASE_ROOT_DIR', '')}/test/.mypy_cache"
# All .py files, except those in src/ (to exclude subtrees there)