mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
parent
63edff594f
commit
756ecbb9ac
1 changed files with 4 additions and 0 deletions
|
|
@ -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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue