Merge pull request #158391 from siraben/oscrypto-aarch64-darwin

python3Packages.oscrypto: disable tests on darwin
This commit is contained in:
Ben Siraphob 2022-02-06 20:05:48 +00:00 committed by GitHub
commit e0fa4e50b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";