python3Packages.oscrypto: disable tests on darwin

This commit is contained in:
Ben Siraphob 2022-02-06 14:00:21 -06:00
parent 67cc0b103a
commit 974f984e56
No known key found for this signature in database
GPG Key ID: 45F0E5D788143267

@ -1,4 +1,5 @@
{ lib
, stdenv
, buildPythonPackage
, asn1crypto
, fetchPypi
@ -35,6 +36,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "oscrypto" ];
doCheck = !stdenv.isDarwin;
meta = with lib; {
description = "Encryption library for Python";
homepage = "https://github.com/wbond/oscrypto";