diff --git a/python-elastic-transport.changes b/python-elastic-transport.changes index 3cbe111..784fb6d 100644 --- a/python-elastic-transport.changes +++ b/python-elastic-transport.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 21 07:55:47 UTC 2024 - Steve Kowalik + +- Skip some failing tests with pytest 8.x. + ------------------------------------------------------------------- Thu Jun 6 09:45:48 UTC 2024 - Markéta Machová diff --git a/python-elastic-transport.spec b/python-elastic-transport.spec index 9761ca5..27c6a33 100644 --- a/python-elastic-transport.spec +++ b/python-elastic-transport.spec @@ -75,6 +75,10 @@ donttest="$donttest or test_assert_fingerprint_in_cert_chain" donttest="$donttest or (test_ssl_assert_fingerprint and httpx)" # gh#elastic/elastic-transport-python#96 donttest="$donttest or test_url_to_node_config[https://[::1]:0/-https://[::1]:0-]" +# pytest 8.x failures +donttest="$donttest or test_sniff_before_requests" +donttest="$donttest or test_sniff_on_node_failure" +donttest="$donttest or test_sniffed_nodes_added_to_pool" %pytest -k "not ($donttest)" %files %{python_files}