Merge pull request #317724 from NixOS/SuperSandro2000-patch-1
mypy: add a comment so that we don't forget why the nixosTests is there
This commit is contained in:
@@ -120,6 +120,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
passthru.tests = {
|
||||
# Failing typing checks on the test-driver result in channel blockers.
|
||||
inherit (nixosTests) nixos-test-driver;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user