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-04-09 20:41:08 +02:00
committed by Frederik Rietdijk
parent c2a418be79
commit 3671657bfb
@@ -14,7 +14,7 @@ buildPythonPackage rec {
checkInputs = [ mock ]; checkInputs = [ mock ];
checkPhase = '' checkPhase = ''
python -m twisted.trial wormhole_transit_relay ${twisted}/bin/trial wormhole_transit_relay
''; '';
meta = with lib; { meta = with lib; {