python-engineio: 3.x on python 3.9 Darwin broken
The tests are failing, but the package appears to be generally broken for python 3.9 and above on Darwin. Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
This commit is contained in:
parent
bfd4c121ff
commit
207ffd8ce2
@ -13,6 +13,7 @@
|
|||||||
, websocket_client
|
, websocket_client
|
||||||
, websockets
|
, websockets
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
|
, pythonAtLeast
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -63,5 +64,6 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/miguelgrinberg/python-engineio/";
|
homepage = "https://github.com/miguelgrinberg/python-engineio/";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = with maintainers; [ graham33 ];
|
maintainers = with maintainers; [ graham33 ];
|
||||||
|
broken = stdenv.isDarwin && (pythonAtLeast "3.9"); # See https://github.com/miguelgrinberg/python-socketio/issues/567
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user