python3Packages.rpyc: disable checks on darwin
This commit is contained in:
parent
8a837a95ed
commit
dc595f1a6b
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user