python313Packages.loguru: skip tests broken by latest mypy

This commit is contained in:
K900
2025-08-31 09:04:44 +03:00
parent cd1056f280
commit 5f65e4580d
@@ -47,6 +47,10 @@ buildPythonPackage rec {
"test_file_buffering"
# Slow test
"test_time_rotation"
# broken on latest mypy, fixed upstream, but does not apply cleanly
# https://github.com/Delgan/loguru/commit/7608a014df0fa5c3322dec032345482aa5305a56
# FIXME: remove in next update
"typesafety"
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
"test_rotation_and_retention"