From 549c2c382e267fee9fbdded6111e04f855f016cf Mon Sep 17 00:00:00 2001 From: Fei Su Date: Fri, 2 Feb 2024 10:48:27 +0800 Subject: [PATCH] Error: scripts/mail-alarm was changed, remove it from expected_to_fail in pyproject.toml and make sure it passes pytype checks Signed-off-by: Fei Su --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f155e2a0641..2222927f5a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,8 +77,6 @@ expected_to_fail = [ "scripts/backup-sr-metadata.py", "scripts/restore-sr-metadata.py", "scripts/nbd_client_manager.py", - # No attribute 'popen2' on module 'os' [module-attr] and a couple more: - "scripts/mail-alarm", # SSLSocket.send() only accepts bytes, not unicode string as argument: "scripts/examples/python/exportimport.py", # Other fixes needed: