diff options
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/Dockerfile | 1 | ||||
-rw-r--r-- | testenv/linters/vulture-wl.py | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile index 5e8b2a79..0f3d3bfd 100644 --- a/testenv/Dockerfile +++ b/testenv/Dockerfile @@ -23,6 +23,7 @@ RUN pacman -Syu --noconfirm \ python-yaml \ python-aiohttp \ python-aiofiles \ + python-periphery \ python-passlib \ python-pyserial \ python-setproctitle \ diff --git a/testenv/linters/vulture-wl.py b/testenv/linters/vulture-wl.py index 1074a689..a3013aa5 100644 --- a/testenv/linters/vulture-wl.py +++ b/testenv/linters/vulture-wl.py @@ -40,3 +40,5 @@ _Netcfg.net_mask _Netcfg.dhcp_option_3 _ScriptWriter.get_args + +_pwm.period_ns
\ No newline at end of file |