pythonPackages.streamz: Fix build (#62126)
pythonPackages.streamz: Fix build
This commit is contained in:
commit
72aec1114d
@ -31,7 +31,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
# Disable test_tcp_async because fails on sandbox build
|
# Disable test_tcp_async because fails on sandbox build
|
||||||
checkPhase = ''
|
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; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user