pythonPackages.streamz: Fix build

Can't test tcp in the sandbox
This commit is contained in:
Silvan Mosberger 2019-05-27 18:58:01 +02:00
parent 2dd05f18c7
commit 9253e2883f
No known key found for this signature in database
GPG Key ID: 9424360B4B85C9E7

View File

@ -31,7 +31,8 @@ buildPythonPackage rec {
# Disable test_tcp_async because fails on sandbox build
checkPhase = ''
pytest --deselect=streamz/tests/test_sources.py::test_tcp_async
pytest --deselect=streamz/tests/test_sources.py::test_tcp_async \
--deselect=streamz/tests/test_sources.py::test_tcp
'';
meta = with lib; {