hwlib 0.11.0

Tool for checking Ubuntu hardware certification status
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[tox]
envlist = py
skipsdist = true


[testenv]
deps =
    black
    ruff
    pytest
    maturin
commands_pre =
    {envbindir}/maturin develop --features pybindings
commands =
    {envbindir}/python -m black --check pytests/
    {envbindir}/python -m ruff check pytests/
    {envbindir}/python -m pytest pytests/