python3Packages.pyreqwest: disable failing tests

This commit is contained in:
Martin Weinelt
2026-07-14 16:51:23 +02:00
parent 934118b04a
commit b41d6b8723

View File

@@ -58,6 +58,12 @@ buildPythonPackage (finalAttrs: {
yarl
];
disabledTests = [
# snapshot has different dict key ordering
"test_assert_called_exact_count_failure"
"test_assert_called_regex_matchers_display"
];
disabledTestPaths = [
# requires a running Docker daemon
"tests/test_examples.py"