python3Packages.asyncio-nats-client: disable failing tests

conduit-nginx
Fabian Affolter 2021-10-20 14:34:35 +02:00 committed by Jonathan Ringer
parent 917d7217a5
commit a40ce0789b
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,7 @@
, nats-server
, pytestCheckHook
, pythonOlder
, uvloop
}:
buildPythonPackage rec {
@ -26,6 +27,7 @@ buildPythonPackage rec {
checkInputs = [
nats-server
pytestCheckHook
uvloop
];
postPatch = ''
@ -37,6 +39,8 @@ buildPythonPackage rec {
# RuntimeError: Event loop is closed
"test_subscribe_no_echo"
"test_reconnect_to_new_server_with_auth"
"test_drain_connection"
"test_discover_servers_on_first_connect"
];
pythonImportsCheck = [ "nats.aio" ];