nixos/test-driver: add junit-xml python package

This commit is contained in:
Stefan Hertrampf 2024-04-02 14:30:52 +02:00
parent 0d015895de
commit c2c525f5bc
2 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,7 @@ python3Packages.buildPythonApplication {
coreutils
netpbm
python3Packages.colorama
python3Packages.junit-xml
python3Packages.ptpython
qemu_pkg
socat

View File

@ -31,6 +31,10 @@ ignore_missing_imports = true
module = "ptpython.*"
ignore_missing_imports = true
[[tool.mypy.overrides]]
module = "junit_xml.*"
ignore_missing_imports = true
[tool.black]
line-length = 88
target-version = ['py39']