python3Packages.oscrypto: disable tests on darwin
This commit is contained in:
parent
67cc0b103a
commit
974f984e56
@ -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 New Issue
Block a user