11
0
2025-01-09 09:41:57 +00:00
committed by Git OBS Bridge
parent a641cf0efa
commit 4625967833

View File

@@ -77,6 +77,7 @@ donttest="$donttest or test_simple_request"
donttest="$donttest or (TestHttpxAsyncNode and not Creation)"
# Flaky test
donttest="$donttest or test_decimal_serialization[OrjsonSerializer]"
donttest="$donttest or test_sniff_before_requests or test_sniffed_nodes_added_to_pool or test_sniff_on_node_failure"
%pytest -W ignore::DeprecationWarning -k "not ($donttest)"
%files %{python_files}