From c694cc8d2607e52784a70a6062789725e8c48223 Mon Sep 17 00:00:00 2001 From: Pedro Brochado Date: Mon, 16 Jun 2025 13:31:54 -0300 Subject: [PATCH] Add pycares!=4.9.0 to ci_constraints.txt This version introduced a regression where pytest runs hangs forever. --- templates/github/.ci/assets/ci_constraints.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/github/.ci/assets/ci_constraints.txt b/templates/github/.ci/assets/ci_constraints.txt index 8f41e3f6..a12aeff5 100644 --- a/templates/github/.ci/assets/ci_constraints.txt +++ b/templates/github/.ci/assets/ci_constraints.txt @@ -8,3 +8,8 @@ tablib!=3.6.0 multidict!=6.3.0 # This release failed the lower bounds test for some case sensitivity in CIMultiDict. + + +pycares!=4.9.0 +# This release introduced a regression which may cause pytest runs to hang indefinitely. +# https://github.com/saghul/pycares/releases/tag/v4.9.0