pythonPackages.attrs: fix tests
This commit is contained in:
parent
c319c842b7
commit
7b534d4794
@ -1206,6 +1206,10 @@ in modules // {
|
|||||||
pympler coverage ]
|
pympler coverage ]
|
||||||
++ optionals (stdenv.isDarwin) [ pkgs.clang ];
|
++ optionals (stdenv.isDarwin) [ pkgs.clang ];
|
||||||
|
|
||||||
|
checkPhase = ''
|
||||||
|
py.test
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Python attributes without boilerplate";
|
description = "Python attributes without boilerplate";
|
||||||
homepage = https://github.com/hynek/attrs;
|
homepage = https://github.com/hynek/attrs;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user