mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
committed by
github-actions[bot]
parent
63edff594f
commit
756ecbb9ac
@@ -1,5 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
python3Packages,
|
||||
}:
|
||||
@@ -39,6 +40,9 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
disabledTests = [
|
||||
# Requires network access
|
||||
"test_valid_channel"
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
"test_read_text_file"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "mcp_nixos" ];
|
||||
|
||||
Reference in New Issue
Block a user