From 3d462704d441c6148969d4d9214646733ca1dbe4 Mon Sep 17 00:00:00 2001 From: Sandro Date: Thu, 6 Jun 2024 14:02:37 +0200 Subject: [PATCH] mypy: add a comment so that we don't forget why the nixosTests is there --- pkgs/development/python-modules/mypy/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/mypy/default.nix b/pkgs/development/python-modules/mypy/default.nix index 5dad7136d271..ffdd8bc5ac2c 100644 --- a/pkgs/development/python-modules/mypy/default.nix +++ b/pkgs/development/python-modules/mypy/default.nix @@ -120,6 +120,7 @@ buildPythonPackage rec { ]; passthru.tests = { + # Failing typing checks on the test-driver result in channel blockers. inherit (nixosTests) nixos-test-driver; };