From 9d6a879fd4987f286634c8425d8f57f08db2fb6c Mon Sep 17 00:00:00 2001 From: Martin Raspaud Date: Thu, 7 Nov 2024 09:51:58 +0100 Subject: [PATCH] Pin flexparser before it breaks pint See https://github.com/hgrecco/pint/issues/1969 --- continuous_integration/environment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/continuous_integration/environment.yaml b/continuous_integration/environment.yaml index ec5668c8e4..2698b32510 100644 --- a/continuous_integration/environment.yaml +++ b/continuous_integration/environment.yaml @@ -58,6 +58,7 @@ dependencies: - ephem - bokeh - pytest-xdist + - flexparser<0.4 # breaks latest pint 0.24.3. see https://github.com/hgrecco/pint/issues/1969 - pip: - pytest-lazy-fixtures - trollsift