commit
e32aa7f763
@ -14,6 +14,11 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ transitions websockets passlib docopt pyyaml ];
|
propagatedBuildInputs = [ transitions websockets passlib docopt pyyaml ];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
# test tries to bind same port multiple times and fails
|
||||||
|
rm tests/test_client.py
|
||||||
|
'';
|
||||||
|
|
||||||
checkInputs = [ nose ];
|
checkInputs = [ nose ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user