pythonPackages.autobahn: run hooks

This commit is contained in:
Frederik Rietdijk
2018-09-01 11:57:31 +02:00
committed by Frederik Rietdijk
parent 20a4a4b593
commit b75ea627c6

View File

@@ -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; {