mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
pythonPackages.autobahn: run hooks
This commit is contained in:
parent
20a4a4b593
commit
b75ea627c6
1 changed files with 2 additions and 0 deletions
|
@ -21,7 +21,9 @@ buildPythonPackage rec {
|
|||
(stdenv.lib.optionals (!isPy3k) [ trollius futures ]);
|
||||
|
||||
checkPhase = ''
|
||||
runHook preCheck
|
||||
USE_TWISTED=true py.test $out
|
||||
runHook postCheck
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue