Merge pull request #158391 from siraben/oscrypto-aarch64-darwin
python3Packages.oscrypto: disable tests on darwin
This commit is contained in:
commit
e0fa4e50b3
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue