python3Packages.rpyc: disable checks on darwin

This commit is contained in:
Ben Siraphob 2022-11-01 14:19:48 -05:00
parent 8a837a95ed
commit dc595f1a6b
No known key found for this signature in database
GPG Key ID: 45F0E5D788143267

View File

@ -1,4 +1,5 @@
{ lib
, stdenv
, buildPythonPackage
, fetchFromGitHub
, hatchling
@ -50,6 +51,8 @@ buildPythonPackage rec {
"rpyc"
];
doCheck = !stdenv.isDarwin;
meta = with lib; {
description = "Remote Python Call (RPyC), a transparent and symmetric RPC library";
homepage = "https://rpyc.readthedocs.org";