ESMValGroup / ESMValCore

ESMValCore: A community tool for pre-processing data from Earth system models in CMIP and running analysis scripts.
https://www.esmvaltool.org
Apache License 2.0
42 stars 38 forks source link

Unwarranted test fails with `mypy==1.11.0` #2496

Closed valeriupredoi closed 1 month ago

valeriupredoi commented 1 month ago

New mypy is out and it'd giving us some headaches - bunch of others are complaing about it eg quite a few 1.11-related issues at https://github.com/python/mypy/issues - I don't know what the best solution is, I'd pin mypy until they fix all their wiggles. What do @bouweandela and @schlunma think?

schlunma commented 1 month ago

These are easy to fix, let me open a PR

valeriupredoi commented 1 month ago

wonderful, many thanks, Manu! Me and mypy are not exactly friends :grin:

schlunma commented 1 month ago

See https://github.com/ESMValGroup/ESMValCore/pull/2497