python310Packages.nats-py: exclude tests for darwin

This commit is contained in:
Fabian Affolter 2022-09-25 16:22:55 +02:00
parent 6d03293382
commit 2da151f56a

View file

@ -1,4 +1,5 @@
{ lib
, stdenv
, buildPythonPackage
, ed25519
, fetchFromGitHub
@ -42,6 +43,9 @@ buildPythonPackage rec {
"test_pull_subscribe_limits"
"test_fetch_n"
"test_subscribe_no_echo"
] ++ lib.optionals stdenv.isDarwin [
"test_subscribe_iterate_next_msg"
"test_buf_size_force_flush_timeout"
];
pythonImportsCheck = [