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:
parent
7b2fab05f3
commit
5c6d7825b4
|
@ -12858,6 +12858,11 @@ in modules // {
|
|||
sha256 = "0syd7bs83qs9qmxw540jbgsildbqk4yb57fmrlns1021llli402y";
|
||||
};
|
||||
|
||||
checkPhase = ''
|
||||
py.test
|
||||
'';
|
||||
|
||||
buildInputs = with self; [ pytest ];
|
||||
propagatedBuildInputs = with self; [ ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue