python312Packages.nats-py: 2.8.0 -> 2.9.0 (#339277)

This commit is contained in:
Fabian Affolter 2024-09-04 00:15:18 +02:00 committed by GitHub
commit 336261e0a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "nats-py";
version = "2.8.0";
version = "2.9.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "nats-io";
repo = "nats.py";
rev = "refs/tags/v${version}";
hash = "sha256-xPjyi5dFR9xVp1Fl6mM2JNKTRlLBQ6J9aB0dpjnZ+eQ=";
hash = "sha256-r94dDXPpkLS1PsB9L4qlDw15tPa2vpxOS52eqJk2dNU=";
};
build-system = [ setuptools ];
@ -47,11 +47,12 @@ buildPythonPackage rec {
disabledTests =
[
# AssertionError: assert 5 == 0
"test_pull_subscribe_limits"
# AssertionError
"test_fetch_n"
"test_subscribe_no_echo"
"test_kv_simple"
"test_pull_subscribe_limits"
"test_stream_management"
"test_subscribe_no_echo"
# Tests fail on hydra, often Time-out
"test_subscribe_iterate_next_msg"
"test_ordered_consumer_larger_streams"