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

Changed files
+5
nixos
lib
+1
nixos/lib/test-driver/default.nix
···
coreutils
netpbm
python3Packages.colorama
+
python3Packages.junit-xml
python3Packages.ptpython
qemu_pkg
socat
+4
nixos/lib/test-driver/pyproject.toml
···
module = "ptpython.*"
ignore_missing_imports = true
+
[[tool.mypy.overrides]]
+
module = "junit_xml.*"
+
ignore_missing_imports = true
+
[tool.black]
line-length = 88
target-version = ['py39']