python313Packages.loguru: skip tests broken by latest mypy
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user