mypy: add a comment so that we don't forget why the nixosTests is there

This commit is contained in:
Sandro
2024-06-06 14:02:37 +02:00
committed by GitHub
parent 58016e1526
commit 3d462704d4
@@ -120,6 +120,7 @@ buildPythonPackage rec {
];
passthru.tests = {
# Failing typing checks on the test-driver result in channel blockers.
inherit (nixosTests) nixos-test-driver;
};