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:
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; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user