Skip to content

Commit

Permalink
pythonPackages.autobahn: run hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Sep 2, 2018
1 parent 636b5c3 commit ccabf5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/autobahn/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; {
Expand Down

0 comments on commit ccabf5f

Please sign in to comment.