python3Packages.asyncio-nats-client: disable failing tests
This commit is contained in:
parent
917d7217a5
commit
a40ce0789b
@ -5,6 +5,7 @@
|
|||||||
, nats-server
|
, nats-server
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
|
, uvloop
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -26,6 +27,7 @@ buildPythonPackage rec {
|
|||||||
checkInputs = [
|
checkInputs = [
|
||||||
nats-server
|
nats-server
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
|
uvloop
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -37,6 +39,8 @@ buildPythonPackage rec {
|
|||||||
# RuntimeError: Event loop is closed
|
# RuntimeError: Event loop is closed
|
||||||
"test_subscribe_no_echo"
|
"test_subscribe_no_echo"
|
||||||
"test_reconnect_to_new_server_with_auth"
|
"test_reconnect_to_new_server_with_auth"
|
||||||
|
"test_drain_connection"
|
||||||
|
"test_discover_servers_on_first_connect"
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [ "nats.aio" ];
|
pythonImportsCheck = [ "nats.aio" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user