1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-16 15:58:36 +00:00

pythonPackages.msgpack: fix tests

This commit is contained in:
Frederik Rietdijk 2016-05-28 15:49:12 +02:00
parent 7b2fab05f3
commit 5c6d7825b4

View file

@ -12858,6 +12858,11 @@ in modules // {
sha256 = "0syd7bs83qs9qmxw540jbgsildbqk4yb57fmrlns1021llli402y";
};
checkPhase = ''
py.test
'';
buildInputs = with self; [ pytest ];
propagatedBuildInputs = with self; [ ];
};