pythonPackages.attrs: fix tests

This commit is contained in:
Frederik Rietdijk 2016-09-01 20:13:16 +02:00
parent c319c842b7
commit 7b534d4794

View File

@ -1206,6 +1206,10 @@ in modules // {
pympler coverage ]
++ optionals (stdenv.isDarwin) [ pkgs.clang ];
checkPhase = ''
py.test
'';
meta = {
description = "Python attributes without boilerplate";
homepage = https://github.com/hynek/attrs;