skip the slow pycrypto tests

auto-flake-update
Yorick van Pelt 2016-08-30 16:19:29 +02:00
parent 34bf464d24
commit f00d74f49f
1 changed files with 8 additions and 0 deletions

View File

@ -25,6 +25,14 @@
ftb = pkgs.callPackage ./ftb.nix {};
pyroscope = pkgs.callPackage ./pyroscope.nix {};
python35Packages = py3 // {
# pycrypto runs slow tests by default
pycrypto = py3.pycrypto.overrideDerivation (attrs: {
installCheckPhase = ''
${py3.python.interpreter} nix_run_setup.py test --skip-slow-tests
'';
});
};
envs = recurseIntoAttrs {