From: Bastian Germann <bage@debian.org>
Date: Mon, 30 Jan 2023 00:21:37 +0000
Subject: Prevent testing babel support

---
 pint/testsuite/helpers.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pint/testsuite/helpers.py b/pint/testsuite/helpers.py
index d72b5a3..dfd5a41 100644
--- a/pint/testsuite/helpers.py
+++ b/pint/testsuite/helpers.py
@@ -128,7 +128,7 @@ def requires_numpy_at_least(version):
 
 
 requires_babel = pytest.mark.skipif(
-    not HAS_BABEL, reason="Requires Babel with units support"
+    True, reason="Requires Babel <= 2.8"
 )
 requires_not_babel = pytest.mark.skipif(
     HAS_BABEL, reason="Requires Babel not to be installed"
