diff options
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/Dockerfile | 1 | ||||
-rw-r--r-- | testenv/linters/pylint.ini | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile index 92b82e26..6e07f4e3 100644 --- a/testenv/Dockerfile +++ b/testenv/Dockerfile @@ -58,6 +58,7 @@ RUN pacman --noconfirm --ask=4 -Syy \ python-xlib \ libxkbcommon \ python-hidapi \ + python-ldap \ python-zstandard \ freetype2 \ nginx-mainline \ diff --git a/testenv/linters/pylint.ini b/testenv/linters/pylint.ini index 3b9c125d..978a2e43 100644 --- a/testenv/linters/pylint.ini +++ b/testenv/linters/pylint.ini @@ -5,6 +5,7 @@ extension-pkg-whitelist = gpiod, spidev, netifaces, + _ldap, ustreamer, hid, |