python3Packages.oscrypto: disable tests on darwin

main
Ben Siraphob 2 years ago
parent 67cc0b103a
commit 974f984e56
No known key found for this signature in database
GPG Key ID: 45F0E5D788143267
  1. 3
      pkgs/development/python-modules/oscrypto/default.nix

@ -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…
Cancel
Save