Skip to content

Commit

Permalink
pythonPackages.pycryptopp: do not run tests
Browse files Browse the repository at this point in the history
The tests do not work with the latest version of Crypto++.
  • Loading branch information
LeSuisse committed Jan 26, 2021
1 parent 827aedb commit 818f083
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/pycryptopp/default.nix
Expand Up @@ -34,6 +34,8 @@ buildPythonPackage rec {

buildInputs = [ setuptoolsDarcs darcsver pkgs.cryptopp ];

doCheck = false;

meta = with stdenv.lib; {
homepage = "https://tahoe-lafs.org/trac/pycryptopp";
description = "Python wrappers for the Crypto++ library";
Expand Down

0 comments on commit 818f083

Please sign in to comment.