Merge pull request #74776 from Mic92/hbmqtt

hbmqtt: fix tests
This commit is contained in:
Jörg Thalheim 2019-12-10 10:16:13 +00:00 committed by GitHub
commit e32aa7f763
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,11 @@ buildPythonPackage rec {
propagatedBuildInputs = [ transitions websockets passlib docopt pyyaml ];
postPatch = ''
# test tries to bind same port multiple times and fails
rm tests/test_client.py
'';
checkInputs = [ nose ];
checkPhase = ''