pythonPackages.streamz: Fix build
Can't test tcp in the sandbox
This commit is contained in:
parent
2dd05f18c7
commit
9253e2883f
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user