From c9518f1ae588967c2771035d3de2557dc265c055 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Mon, 20 May 2024 19:57:29 +0100 Subject: [PATCH] Avoid requests 2.32.0 during testings Related: https://github.com/docker/docker-py/issues/3256 Related: https://github.com/ansible-collections/community.docker/issues/860 Related: https://github.com/ansible-collections/community.docker/pull/861 --- .config/requirements-test.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/requirements-test.txt b/.config/requirements-test.txt index 23ec3a6a8f..c5b00152bf 100644 --- a/.config/requirements-test.txt +++ b/.config/requirements-test.txt @@ -11,3 +11,4 @@ pytest-plus >= 0.4.0 pytest-xdist >= 3.1.0 pytest >= 7.2.0 check-jsonschema +requests != 2.32.0 # https://github.com/docker/docker-py/issues/3256