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:
Jörg Thalheim 2024-06-06 14:15:37 +02:00 committed by GitHub
commit 1ce09adbee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -120,6 +120,7 @@ buildPythonPackage rec {
];
passthru.tests = {
# Failing typing checks on the test-driver result in channel blockers.
inherit (nixosTests) nixos-test-driver;
};