pythonPackages.magic-wormhole-transit-relay: Fix tests.

Calling Trial directly enables PyPy support, since our PyPy packages
only have a `pypy` binary rather than `python`.
This commit is contained in:
Corbin 2019-02-10 13:42:14 -08:00 committed by Frederik Rietdijk
parent c2a418be79
commit 3671657bfb

View file

@ -14,7 +14,7 @@ buildPythonPackage rec {
checkInputs = [ mock ];
checkPhase = ''
python -m twisted.trial wormhole_transit_relay
${twisted}/bin/trial wormhole_transit_relay
'';
meta = with lib; {